Skip to content

Commit 90c69e9

Browse files
committed
Raise cxxbridge-cmd requires Rust version to 1.70
1 parent cff4757 commit 90c69e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen/cmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://cxx.rs"
1010
keywords = ["ffi"]
1111
license = "MIT OR Apache-2.0"
1212
repository = "https://github.com/dtolnay/cxx"
13-
rust-version = "1.56"
13+
rust-version = "1.70"
1414

1515
[[bin]]
1616
name = "cxxbridge"

0 commit comments

Comments
 (0)