diff --git a/Cargo.toml b/Cargo.toml index d96d623..2ce97fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ resolver = "2" edition = "2024" version = "0.1.0" license = "MIT" +rust-version = "1.95" [workspace.dependencies] serde = { version = "1", features = ["derive"] } diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..292fe49 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable"