From 01ea71f21a6a1eac8f073d640f1fb8e98f925edc Mon Sep 17 00:00:00 2001 From: mario4tier Date: Sun, 13 Oct 2024 14:44:30 -0400 Subject: [PATCH] (#101) Test CI for rust binaries --- rust/suibase/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/suibase/Cargo.toml b/rust/suibase/Cargo.toml index c21e0223..ab08a6d3 100644 --- a/rust/suibase/Cargo.toml +++ b/rust/suibase/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["crates/dtp-daemon", [workspace.package] # Bump 'version' for the daemon to self-restart after an update. # (this is not the Suibase package version, it is specifically for the Rust crates). -version = "0.0.16" +version = "0.0.17" edition = "2021" [workspace.dependencies]