release: v0.21.0 (#375)

This commit is contained in:
Santiago Carmuega 2024-01-04 10:07:12 -03:00 committed by GitHub
parent 9200663c8d
commit cf98e1e5da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 110 additions and 60 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-utxorpc"
description = "Pallas interoperability with the UTxORPC spec"
version = "0.20.0"
version = "0.21.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
@ -13,6 +13,6 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
#utxorpc = { path = "../../../utxorpc/rust-sdk" }
utxorpc = { version = "1.0.0-alpha.1" }
pallas-traverse = { version = "=0.20.0", path = "../pallas-traverse" }
pallas-primitives = { version = "=0.20.0", path = "../pallas-primitives" }
pallas-codec = { version = "=0.20.0", path = "../pallas-codec" }
pallas-traverse = { version = "=0.21.0", path = "../pallas-traverse" }
pallas-primitives = { version = "=0.21.0", path = "../pallas-primitives" }
pallas-codec = { version = "=0.21.0", path = "../pallas-codec" }