Skip to content

Commit

Permalink
Merge pull request #292 from divviup/timg/release-0.1.2
Browse files Browse the repository at this point in the history
Bump Rust crates to 0.1.2
  • Loading branch information
tgeoghegan authored Jul 6, 2022
2 parents 08501ee + 3ce1605 commit 40a176d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions janus_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "janus_client"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Client for Janus, the server powering ISRG's Divvi Up."
documentation = "https://docs.rs/janus_client"
Expand All @@ -11,7 +11,7 @@ rust-version = "1.58"

[dependencies]
http = "0.2.8"
janus_core = { version = "0.1.1", path = "../janus_core" }
janus_core = { version = "0.1.2", path = "../janus_core" }
prio = "0.8.0"
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion janus_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "janus_core"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Core type definitions and utilities used in various components of Janus."
documentation = "https://docs.rs/janus_core"
Expand Down

0 comments on commit 40a176d

Please sign in to comment.