fix: update incompatible doc link versions

This commit is contained in:
Santiago Carmuega 2021-12-09 07:06:16 -03:00
parent 336d2400f4
commit 8c15c1cfc9
9 changed files with 37 additions and 37 deletions

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-alonzo" name = "pallas-alonzo"
description = "Ledger primitives and cbor codec for the Alonzo era" description = "Ledger primitives and cbor codec for the Alonzo era"
version = "0.2.1" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-alonzo/0.1.0/pallas_alonzo/" documentation = "https://docs.rs/pallas-alonzo"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-blockfetch" name = "pallas-blockfetch"
description = "Implementation of the Ouroboros network blockfetch mini-protocol" description = "Implementation of the Ouroboros network blockfetch mini-protocol"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-blockfetch/0.1.0/pallas_blockfetch/" documentation = "https://docs.rs/pallas-blockfetch"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -13,8 +13,8 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
minicbor = { version="0.11.4", features=["half", "std"] } minicbor = { version="0.11.4", features=["half", "std"] }
log = "0.4.14" log = "0.4.14"

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-chainsync" name = "pallas-chainsync"
description = "Implementation of the Ouroboros network chainsync mini-protocol" description = "Implementation of the Ouroboros network chainsync mini-protocol"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "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" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -13,8 +13,8 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
minicbor = { version="0.11.4", features=["half", "std"] } minicbor = { version="0.11.4", features=["half", "std"] }
log = "0.4.14" log = "0.4.14"
hex = "0.4.3" hex = "0.4.3"

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-handshake" name = "pallas-handshake"
description = "Implementation of the Ouroboros network handshake mini-protocol" description = "Implementation of the Ouroboros network handshake mini-protocol"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-handshake/0.1.0/pallas_handshake/" documentation = "https://docs.rs/pallas-handshake"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -13,8 +13,8 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
minicbor = { version="0.11.4", features=["half", "std"] } minicbor = { version="0.11.4", features=["half", "std"] }
itertools = "0.10.1" itertools = "0.10.1"
log = "0.4.14" log = "0.4.14"

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-localstate" name = "pallas-localstate"
description = "Implementation of the Ouroboros network local state query mini-protocol" description = "Implementation of the Ouroboros network local state query mini-protocol"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-localstate/0.1.0/pallas_localstate/" documentation = "https://docs.rs/pallas-localstate"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -13,8 +13,8 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
minicbor = { version="0.11.4", features=["half", "std"] } minicbor = { version="0.11.4", features=["half", "std"] }
log = "0.4.14" log = "0.4.14"
hex = "0.4.3" hex = "0.4.3"

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-machines" name = "pallas-machines"
description = "A framework for implementing state machines for Ouroboros network mini-protocols" description = "A framework for implementing state machines for Ouroboros network mini-protocols"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-machines/0.1.0/pallas_machines/" documentation = "https://docs.rs/pallas-machines"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -13,7 +13,7 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
minicbor = { version="0.11.4", features=["half", "std"] } minicbor = { version="0.11.4", features=["half", "std"] }
log = "0.4.14" log = "0.4.14"
hex = "0.4.3" hex = "0.4.3"

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-multiplexer" name = "pallas-multiplexer"
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels"
version = "0.1.1" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-multiplexer/0.1.0/pallas_multiplexer/" documentation = "https://docs.rs/pallas-multiplexer"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas-txsubmission" name = "pallas-txsubmission"
description = "Implementation of the Ouroboros network txsubmission mini-protocol" description = "Implementation of the Ouroboros network txsubmission mini-protocol"
version = "0.1.0" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-txsubmission/0.1.0/pallas_txsubmission/" documentation = "https://docs.rs/pallas-txsubmission"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -13,8 +13,8 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
minicbor = { version="0.11.4", features=["half", "std"] } minicbor = { version="0.11.4", features=["half", "std"] }
log = "0.4.14" log = "0.4.14"
hex = "0.4.3" hex = "0.4.3"

View file

@ -1,11 +1,11 @@
[package] [package]
name = "pallas" name = "pallas"
description = "Rust-native building blocks for the Cardano blockchain ecosystem." description = "Rust-native building blocks for the Cardano blockchain ecosystem."
version = "0.2.1" version = "0.3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas/0.1.0/pallas/" documentation = "https://docs.rs/pallas"
license = "Apache-2.0" license = "Apache-2.0"
readme = "../README.md" readme = "../README.md"
authors = [ authors = [
@ -13,11 +13,11 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
pallas-handshake = { version = "0.1.0", path = "../pallas-handshake/" } pallas-handshake = { version = "0.3.0", path = "../pallas-handshake/" }
pallas-chainsync = { version = "0.1.0", path = "../pallas-chainsync/" } pallas-chainsync = { version = "0.3.0", path = "../pallas-chainsync/" }
pallas-blockfetch = { version = "0.1.0", path = "../pallas-blockfetch/" } pallas-blockfetch = { version = "0.3.0", path = "../pallas-blockfetch/" }
pallas-localstate = { version = "0.1.0", path = "../pallas-localstate/" } pallas-localstate = { version = "0.3.0", path = "../pallas-localstate/" }
pallas-txsubmission = { version = "0.1.0", path = "../pallas-txsubmission/" } pallas-txsubmission = { version = "0.3.0", path = "../pallas-txsubmission/" }
pallas-alonzo = { version = "0.2.1", path = "../pallas-alonzo/", features=["crypto"] } pallas-alonzo = { version = "0.3.0", path = "../pallas-alonzo/", features=["crypto"] }