fix: update incompatible doc link versions
This commit is contained in:
parent
336d2400f4
commit
8c15c1cfc9
9 changed files with 37 additions and 37 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[package]
|
||||
name = "pallas-chainsync"
|
||||
description = "Implementation of the Ouroboros network chainsync mini-protocol"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
documentation = "https://docs.rs/pallas-chainsync/0.1.0/pallas_chainsync/"
|
||||
documentation = "https://docs.rs/pallas-chainsync"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
|
@ -13,8 +13,8 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" }
|
||||
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" }
|
||||
pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
|
||||
pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
|
||||
minicbor = { version="0.11.4", features=["half", "std"] }
|
||||
log = "0.4.14"
|
||||
hex = "0.4.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue