Release 0.11.0-alpha.0
pallas@0.11.0-alpha.0 pallas-codec@0.11.0-alpha.0 pallas-crypto@0.11.0-alpha.0 pallas-miniprotocols@0.11.0-alpha.0 pallas-multiplexer@0.11.0-alpha.0 pallas-primitives@0.11.0-alpha.0 Generated by cargo-workspaces
This commit is contained in:
parent
c075f8c2ab
commit
4df94f94c6
6 changed files with 17 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-primitives"
|
||||
description = "Ledger primitives and cbor codec for the different Cardano eras"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0-alpha.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -16,8 +16,8 @@ authors = [
|
|||
[dependencies]
|
||||
hex = "0.4.3"
|
||||
log = "0.4.14"
|
||||
pallas-crypto = { version = "0.10.0", path = "../pallas-crypto" }
|
||||
pallas-codec = { version = "0.10.0", path = "../pallas-codec" }
|
||||
pallas-crypto = { version = "0.11.0-alpha.0", path = "../pallas-crypto" }
|
||||
pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec" }
|
||||
base58 = "0.2.0"
|
||||
bech32 = "0.8.1"
|
||||
serde = { version ="1.0.136", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue