Skip to content

Commit

Permalink
chore: bump crate versions to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Dec 16, 2022
1 parent e67690f commit 11d37d3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet"
version = "1.5.4"
version = "1.5.5"
authors = ["Witnet Foundation <info@witnet.foundation>"]
publish = false
repository = "witnet/witnet-rust"
Expand Down
2 changes: 1 addition & 1 deletion bridges/centralized-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet-centralized-ethereum-bridge"
version = "1.5.4"
version = "1.5.5"
authors = ["Witnet Foundation <info@witnet.foundation>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion data_structures/src/builders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fn random_nonce() -> u64 {
/// Function that returns the dynamic user agent
pub fn user_agent() -> String {
// TODO: Read version, arch and OS
let release = "1.5.4";
let release = "1.5.5";

format!("witnet-rust {}", release)
}
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_node"
version = "1.5.4"
version = "1.5.5"
authors = ["Witnet Foundation <info@witnet.foundation>"]
workspace = ".."
description = "node component"
Expand Down
2 changes: 1 addition & 1 deletion toolkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_toolkit"
version = "1.5.4"
version = "1.5.5"
authors = ["Adán SDPC <adan.sdpc@gmail.com>"]
edition = "2021"

Expand Down

0 comments on commit 11d37d3

Please sign in to comment.