File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 62
62
# Remember to also update `--rust-target` in `openssl-sys/build/run_bindgen.rs`
63
63
- uses : sfackler/actions/rustup@master
64
64
with :
65
- version : 1.56 .0
65
+ version : 1.63 .0
66
66
- run : echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
67
67
id : rust-version
68
68
- uses : actions/cache@v4
72
72
restore-keys : |
73
73
index-${{ runner.os }}-
74
74
- run : cargo generate-lockfile
75
- - run : |
76
- cargo update -p cc --precise 1.0.94
77
75
- uses : actions/cache@v4
78
76
with :
79
77
path : ~/.cargo/registry/cache
Original file line number Diff line number Diff line change 2
2
name = " openssl-errors"
3
3
version = " 0.2.0"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
6
6
license = " MIT OR Apache-2.0"
7
7
description = " Custom error library support for the openssl crate."
8
8
repository = " https://github.com/sfackler/rust-openssl"
9
9
readme = " README.md"
10
10
categories = [" api-bindings" ]
11
+ rust-version = " 1.63.0"
11
12
12
13
[dependencies ]
13
14
cfg-if = " 1.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-macros"
3
3
version = " 0.1.1"
4
- edition = " 2018 "
4
+ edition = " 2021 "
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Internal macros used by the openssl crate."
7
7
repository = " https://github.com/sfackler/rust-openssl"
8
+ rust-version = " 1.63.0"
8
9
9
10
[lib ]
10
11
proc-macro = true
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ readme = "README.md"
12
12
categories = [" cryptography" , " external-ffi-bindings" ]
13
13
links = " openssl"
14
14
build = " build/main.rs"
15
- edition = " 2018"
15
+ edition = " 2021"
16
+ rust-version = " 1.63.0"
16
17
17
18
[features ]
18
19
vendored = [' openssl-src' ]
@@ -23,7 +24,7 @@ libc = "0.2"
23
24
bssl-sys = { version = " 0.1.0" , optional = true }
24
25
25
26
[build-dependencies ]
26
- bindgen = { version = " 0.65 .0" , optional = true , features = [" experimental" ] }
27
+ bindgen = { version = " 0.69 .0" , optional = true , features = [" experimental" ] }
27
28
cc = " 1.0.61"
28
29
openssl-src = { version = " 300.2.0" , optional = true , features = [" legacy" ] }
29
30
pkg-config = " 0.3.9"
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ repository = "https://github.com/sfackler/rust-openssl"
8
8
readme = " README.md"
9
9
keywords = [" crypto" , " tls" , " ssl" , " dtls" ]
10
10
categories = [" cryptography" , " api-bindings" ]
11
- edition = " 2018"
11
+ edition = " 2021"
12
+ rust-version = " 1.63.0"
12
13
13
14
# these are deprecated and don't do anything anymore
14
15
[features ]
You can’t perform that action at this time.
0 commit comments