Browse Source

Add `rust-version` field to node hub packages

pull/1094/head
Philipp Oppermann 5 months ago
parent
commit
076f5462fb
Failed to extract signature
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      node-hub/dora-dav1d/Cargo.toml
  2. +1
    -0
      node-hub/dora-mistral-rs/Cargo.toml

+ 1
- 0
node-hub/dora-dav1d/Cargo.toml View File

@@ -3,6 +3,7 @@ name = "dora-dav1d"
edition.workspace = true
license = "BSD-2-Clause"
version.workspace = true
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
node-hub/dora-mistral-rs/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "dora-mistral-rs"
version = "0.1.0"
edition = "2024"
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



Loading…
Cancel
Save