mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-11 01:08:04 -05:00
use new tag in cargo-powdr for release (#2011)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user