Skip to content

Commit

Permalink
Update v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed May 19, 2024
1 parent 76c5ee5 commit 97c0422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs_box"
version = "0.0.24"
version = "0.0.25"
description = "rust develop box"
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub mod block_chain;
use std::fs;

Check warning on line 14 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build

unused import: `std::fs`
use toml::Value;

Check warning on line 15 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build

unused import: `toml::Value`

const LIB_VERSION: &str = "0.0.24";
const LIB_VERSION: &str = "0.0.25";

#[derive(Clone, Copy, Debug,PartialEq)]
pub enum RunMode {
Expand Down

0 comments on commit 97c0422

Please sign in to comment.