Release 0.20.0
pallas@0.20.0 pallas-addresses@0.20.0 pallas-applying@0.20.0 pallas-codec@0.20.0 pallas-configs@0.20.0 pallas-crypto@0.20.0 pallas-network@0.20.0 pallas-primitives@0.20.0 pallas-rolldb@0.20.0 pallas-traverse@0.20.0 pallas-utxorpc@0.20.0 Generated by cargo-workspaces
This commit is contained in:
parent
24b7139e4b
commit
bae2f48591
12 changed files with 255 additions and 46 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-rolldb"
|
||||
description = "An opinionated Cardano storage engine built on top of RocksDB"
|
||||
version = "0.19.1"
|
||||
version = "0.20.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -15,7 +15,7 @@ rocksdb = { version = "0.21.0", default-features = false, features = ["multi-thr
|
|||
bincode = "1.3.3"
|
||||
serde = "1.0.188"
|
||||
thiserror = "1.0.49"
|
||||
pallas-crypto = { version = "=0.19.1", path = "../pallas-crypto" }
|
||||
pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
|
||||
tracing = "0.1.37"
|
||||
tokio = { version = "1.32.0", features = ["sync", "rt", "time", "macros"] }
|
||||
async-stream = "0.3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue