release: v0.21.0 (#375)
This commit is contained in:
parent
9200663c8d
commit
cf98e1e5da
16 changed files with 110 additions and 60 deletions
0
pallas-network/CHANGELOG.md
Normal file
0
pallas-network/CHANGELOG.md
Normal file
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pallas-network"
|
||||
description = "Ouroboros networking stack using async IO"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
|
|
@ -14,8 +14,8 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>", "Pi Lanningham <pi.lannin
|
|||
byteorder = "1.4.3"
|
||||
hex = "0.4.3"
|
||||
itertools = "0.10.5"
|
||||
pallas-codec = { version = "=0.20.0", path = "../pallas-codec" }
|
||||
pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
|
||||
pallas-codec = { version = "=0.21.0", path = "../pallas-codec" }
|
||||
pallas-crypto = { version = "=0.21.0", path = "../pallas-crypto" }
|
||||
rand = "0.8.5"
|
||||
socket2 = "0.5.5"
|
||||
thiserror = "1.0.31"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue