mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 14:48:16 -05:00
changes for release 0.1.3 (#2287)
I created a temporary tag 0.1.3 out of this branch for testing. Once this is merged into main I'll rewrite the tag and publish it.
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.2", features = ["plonky3"] }
|
||||
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", 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.2" }
|
||||
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.2", features = ["std"]}
|
||||
powdr-riscv-syscalls = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3" }
|
||||
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = ["std"]}
|
||||
|
||||
[workspace]
|
||||
|
||||
@@ -8,17 +8,9 @@ default = []
|
||||
simd = ["powdr/plonky3-simd"]
|
||||
|
||||
[dependencies]
|
||||
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.2", features = [
|
||||
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = [
|
||||
"plonky3",
|
||||
] }
|
||||
serde = { version = "1.0", default-features = false, features = [
|
||||
"alloc",
|
||||
"derive",
|
||||
"rc",
|
||||
] }
|
||||
serde_cbor = { version = "0.11.2", default-features = false, features = [
|
||||
"alloc",
|
||||
] }
|
||||
|
||||
env_logger = "0.10.2"
|
||||
log = "0.4.17"
|
||||
|
||||
@@ -4,8 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
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 = [
|
||||
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = [
|
||||
"std",
|
||||
] }
|
||||
|
||||
|
||||
@@ -8,16 +8,8 @@ default = []
|
||||
simd = ["powdr/plonky3-simd"]
|
||||
|
||||
[dependencies]
|
||||
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.2", features = ["plonky3"] }
|
||||
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = ["plonky3"] }
|
||||
hex = "0.4"
|
||||
serde = { version = "1.0", default-features = false, features = [
|
||||
"alloc",
|
||||
"derive",
|
||||
"rc",
|
||||
] }
|
||||
serde_cbor = { version = "0.11.2", default-features = false, features = [
|
||||
"alloc",
|
||||
] }
|
||||
|
||||
env_logger = "0.10.2"
|
||||
log = "0.4.17"
|
||||
|
||||
@@ -4,8 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
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 = [
|
||||
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = [
|
||||
"std",
|
||||
] }
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
|
||||
Reference in New Issue
Block a user