Skip to content

Commit

Permalink
cargo-powdr using 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoalt committed Nov 18, 2024
1 parent 8f3a572 commit 446fbfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cargo-powdr/template/Cargo.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default = []
simd = ["powdr/plonky3-simd"]

[dependencies]
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.1", features = ["plonky3"] }
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.2", features = ["plonky3"] }

serde = { version = "1.0", default-features = false, features = [
"alloc",
Expand Down
4 changes: 2 additions & 2 deletions cargo-powdr/template/guest/Cargo.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
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"]}
powdr-riscv-syscalls = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.2" }
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.2", features = ["std"]}

[workspace]

0 comments on commit 446fbfc

Please sign in to comment.