Skip to content

Commit

Permalink
Bump Janus crates to 0.1.19 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan authored Oct 26, 2022
1 parent f64ecc3 commit 35b0e60
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion build_script_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build_script_utils"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.63"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integration_tests"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.63"
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interop_binaries"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.63"
Expand Down
2 changes: 1 addition & 1 deletion 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.18"
version = "0.1.19"
edition = "2021"
description = "Client for Janus, the server powering ISRG's Divvi Up."
documentation = "https://docs.rs/janus_client"
Expand Down
2 changes: 1 addition & 1 deletion janus_collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "janus_collector"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
description = "Collector for Janus, the server powering ISRG's Divvi Up."
documentation = "https://docs.rs/janus_collector"
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.18"
version = "0.1.19"
edition = "2021"
description = "Core type definitions and utilities used in various components of Janus."
documentation = "https://docs.rs/janus_core"
Expand Down
2 changes: 1 addition & 1 deletion janus_messages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "janus_messages"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
description = "Distributed Aggregation Protocol message definitions used in Janus, the server powering ISRG's Divvi Up."
documentation = "https://docs.rs/janus_messages"
Expand Down
2 changes: 1 addition & 1 deletion janus_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "janus_server"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
license = "MPL-2.0"
publish = false
Expand Down

0 comments on commit 35b0e60

Please sign in to comment.