Skip to content

Commit

Permalink
Version 6.0.0 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewWestberg committed Jan 4, 2024
1 parent bc7e13c commit 5ab24a2
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 122 deletions.
68 changes: 37 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cncli"
version = "6.0.0-alpha5"
version = "6.0.0"
authors = ["Andrew Westberg <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand All @@ -15,10 +15,10 @@ num-bigint = "0.4.4"
num-rational = "0.4.1"
blake2b_simd = "1.0.2"
byteorder = "1.5.0"
pallas-network = { git = "https://github.com/AndrewWestberg/pallas", rev="7c88a69d3129f22f604ae63e6f20477285cace09" }
pallas-traverse = { git = "https://github.com/AndrewWestberg/pallas", rev="7c88a69d3129f22f604ae63e6f20477285cace09" }
#pallas-network = "0.20.0"
#pallas-traverse = "0.20.0"
#pallas-network = { git = "https://github.com/AndrewWestberg/pallas", rev="7c88a69d3129f22f604ae63e6f20477285cace09" }
#pallas-traverse = { git = "https://github.com/AndrewWestberg/pallas", rev="7c88a69d3129f22f604ae63e6f20477285cace09" }
pallas-network = "0.21.0"
pallas-traverse = "0.21.0"
chrono = "0.4.31"
chrono-tz = "0.8.5"
futures = "0.3.30"
Expand Down
Loading

0 comments on commit 5ab24a2

Please sign in to comment.