Skip to content

Commit 8141d07

Browse files
committed
Switch to 2021 edition
1 parent 0f8ac0f commit 8141d07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

openssl-errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "openssl-errors"
33
version = "0.2.0"
44
authors = ["Steven Fackler <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
description = "Custom error library support for the openssl crate."
88
repository = "https://github.com/sfackler/rust-openssl"

openssl-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openssl-macros"
33
version = "0.1.1"
4-
edition = "2018"
4+
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Internal macros used by the openssl crate."
77
repository = "https://github.com/sfackler/rust-openssl"

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
categories = ["cryptography", "external-ffi-bindings"]
1313
links = "openssl"
1414
build = "build/main.rs"
15-
edition = "2018"
15+
edition = "2021"
1616
rust-version = "1.63.0"
1717

1818
[features]

openssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/sfackler/rust-openssl"
88
readme = "README.md"
99
keywords = ["crypto", "tls", "ssl", "dtls"]
1010
categories = ["cryptography", "api-bindings"]
11-
edition = "2018"
11+
edition = "2021"
1212
rust-version = "1.63.0"
1313

1414
# these are deprecated and don't do anything anymore

0 commit comments

Comments
 (0)