Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
build(Cargo.toml): set minimum supported Rust version
✗ CI failure Lars Wirzenius committed 1 year ago
commit fe66131b6b7862a50141eba23c92c0f03d8bdb1f
parent dd69e11efce2c3b56790d21d06a294e6bd521355
1 failed (1 total) View logs
1 file changed +1 -0
modified Cargo.toml
@@ -5,6 +5,7 @@ license = "MIT OR Apache-2.0"
version = "0.1.0"
authors = ["Fintan Halpenny <fintan.halpenny@gmail.com>"]
edition = "2021"
+
rust-version = "1.82"

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