Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Pin to cap release (#18)
Browse files Browse the repository at this point in the history
* Pin to released versions of internal crates

* Bump version
  • Loading branch information
bfish713 committed Apr 19, 2022
1 parent e02a9dd commit 49f9503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "net"
description = "Generic interfaces for Espresso web APIs."
version = "0.2.0"
version = "0.2.1"
authors = ["Espresso Systems <hello@espressosys.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -14,12 +14,12 @@ commit = { git = "https://github.com/EspressoSystems/commit.git", tag = "0.1.0"
futures = "0.3.16"
generic-array = { version = "0.14.4", features = ["serde"] }
itertools = "0.10.1"
jf-cap = { features=["std"], git = "https://github.com/EspressoSystems/cap.git" }
jf-utils = { features=["std"], git = "https://github.com/EspressoSystems/jellyfish.git" }
jf-cap = { features=["std"], git = "https://github.com/EspressoSystems/cap.git", tag = "0.0.2" }
jf-utils = { features=["std"], git = "https://github.com/EspressoSystems/jellyfish.git", tag = "0.1.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.61"
snafu = { version = "0.7", features = ["backtraces"] }
surf = "2.3.1"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64.git", branch = "main"}
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64.git", tag = "0.1.0" }
tide = "0.16.0"
tracing = "0.1.26"

0 comments on commit 49f9503

Please sign in to comment.