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:
Leo
2024-12-29 11:28:07 +01:00
committed by GitHub
parent 4f49c3d9fb
commit 340858edd1
6 changed files with 7 additions and 25 deletions

View File

@@ -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",

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.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]

View File

@@ -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"

View File

@@ -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",
] }

View File

@@ -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"

View File

@@ -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"] }