Radish alpha
r
rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
Radicle Job Collaborative Object
Radicle
Git
Add Radicle CI with Ambient CI support
Archived liw opened 11 months ago

Also drop the rust-toolchain.toml file in favor of adding rust-version to Cargo.toml.

Signed-off-by: Lars Wirzenius liw@liw.fi

3 files changed +7 -4 8b8cb494 fe66131b
added .radicle/ambient.yaml
@@ -0,0 +1,6 @@
+
pre_plan:
+
  - action: cargo_fetch
+
plan:
+
  - action: cargo_fmt
+
  - action: cargo_clippy
+
  - action: cargo_test
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"] }
deleted rust-toolchain.toml
@@ -1,4 +0,0 @@
-
[toolchain]
-
channel = "1.84"
-
profile = "default"
-
components = [ "rust-src" ]