Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
fix: MSRV of 1.84
Fintan Halpenny committed 10 months ago
commit 83edfbc761795beffc348ca20073c0a4d5290df1
parent 94f74a8
1 file changed +1 -1
modified Cargo.toml
@@ -9,7 +9,7 @@ authors = ["Fintan Halpenny <fintan.halpenny@gmail.com>"]
edition = "2021"
# N.B. always use the full semver so that rust-overlay in `flake.nix` can select
# the correct version
-
rust-version = "1.82.0"
+
rust-version = "1.84.0"

[dependencies]
indexmap = { version = "2.7.1", features = ["serde"] }