Skip to content

Commit 4731290

Browse files
committed
ci: fix Cargo.toml.MSRV
1 parent b13e98b commit 4731290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml.MSRV

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[workspace]
2+
resolver = "2"
23
members = ["lib"]
34

45
[workspace.package]
56
edition = "2024"
67
authors = ["rust-cktap developers"]
78
license = "MIT OR Apache-2.0"
8-
repository = "https://github.com/notmandatory/rust-cktap"
9+
repository = "https://github.com/notmandatory/rust-cktap"
10+
rust-version = "1.85.0"

0 commit comments

Comments
 (0)