Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
MSRV: Update to 1.85.1
Fintan Halpenny committed 1 month ago
commit 4d37a30cb38c5d818a2169f57d28b35a943dbe5e
parent 13062ba
2 files changed +2 -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.85.0"
+
rust-version = "1.85.1"

[dependencies]
chrono = { version = "0.4.42", default-features = false }
modified flake.nix
@@ -102,6 +102,7 @@
        # Extra inputs can be added here; cargo and rustc are provided by default
        # from the toolchain that was specified earlier.
        packages = with pkgs; [
+
          cargo-msrv
          cargo-nextest
          cargo-release
          cargo-semver-checks