Skip to content

Commit

Permalink
Bump for Beta 21 RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Jan 17, 2024
1 parent 0766b7b commit 0db6576
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 50 deletions.
96 changes: 53 additions & 43 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 rita_bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_bin"
version = "0.21.4"
version = "0.21.5"
edition = "2018"
license = "Apache-2.0"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion rita_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_client"
version = "0.21.4"
version = "0.21.5"
edition = "2018"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rita_client_registration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ futures = { version = "0.3", features = ["compat"] }
num-traits = "0.2"

[dev-dependencies]
rand = "0.8"
rand = "0.8"
2 changes: 1 addition & 1 deletion rita_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_common"
version = "0.21.4"
version = "0.21.5"
edition = "2018"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rita_common/src/dashboard/own_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use actix_web_async::HttpResponse;
use clarity::Address;
use num256::{Int256, Uint256};

pub static READABLE_VERSION: &str = "Beta 21 RC4";
pub static READABLE_VERSION: &str = "Beta 21 RC5";

#[derive(Serialize)]
pub struct OwnInfo {
Expand Down
2 changes: 1 addition & 1 deletion rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_exit"
version = "0.21.4"
version = "0.21.5"
edition = "2018"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rita_extender/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_extender"
version = "0.21.4"
version = "0.21.5"
edition = "2018"
license = "Apache-2.0"

Expand Down

0 comments on commit 0db6576

Please sign in to comment.