use new tag in cargo-powdr for release (#2011)

This commit is contained in:
Leo
2024-11-01 10:21:05 +01:00
committed by GitHub
parent b2a48d7965
commit bd2ff2e75f
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ default = []
simd = ["powdr/plonky3-simd"]
[dependencies]
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.0", features = ["plonky3"] }
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.1", features = ["plonky3"] }
serde = { version = "1.0", default-features = false, features = [
"alloc",

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
powdr-riscv-syscalls = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.0" }
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.0", features = ["std"]}
powdr-riscv-syscalls = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.1" }
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.1", features = ["std"]}
[workspace]