Skip to content

Commit d81c417

Browse files
committed
chore(cargo): bump crate versions to 1.5.3
1 parent da70349 commit d81c417

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
authors = ["Witnet Foundation <[email protected]>"]
55
publish = false
66
repository = "witnet/witnet-rust"

data_structures/src/builders.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fn random_nonce() -> u64 {
170170
/// Function that returns the dynamic user agent
171171
pub fn user_agent() -> String {
172172
// TODO: Read version, arch and OS
173-
let release = "1.5.2";
173+
let release = "1.5.3";
174174

175175
format!("witnet-rust {}", release)
176176
}

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_node"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
authors = ["Witnet Foundation <[email protected]>"]
55
workspace = ".."
66
description = "node component"

toolkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_toolkit"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
authors = ["Adán SDPC <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)