Skip to content

Commit d6da742

Browse files
committed
Correct MSRV
1 parent 207da67 commit d6da742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rustls-libssl"
33
version = "0.2.1"
44
edition = "2021"
55
build = "build.rs"
6-
rust-version = "1.77"
6+
rust-version = "1.88"
77

88
[lib]
99
name = "ssl"

0 commit comments

Comments
 (0)