chore: bump versions
This commit is contained in:
parent
f2cfea58c1
commit
b740aaf968
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-alonzo"
|
||||
description = "Ledger primitives and cbor codec for the Alonzo era"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas"
|
||||
description = "Rust-native building blocks for the Cardano blockchain ecosystem."
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -20,4 +20,4 @@ pallas-chainsync = { version = "0.1.0", path = "../pallas-chainsync/" }
|
|||
pallas-blockfetch = { version = "0.1.0", path = "../pallas-blockfetch/" }
|
||||
pallas-localstate = { version = "0.1.0", path = "../pallas-localstate/" }
|
||||
pallas-txsubmission = { version = "0.1.0", path = "../pallas-txsubmission/" }
|
||||
pallas-alonzo = { version = "0.1.0", path = "../pallas-alonzo/" }
|
||||
pallas-alonzo = { version = "0.2.0", path = "../pallas-alonzo/", features=["crypto"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue