Skip to content

Commit

Permalink
0.0.9 + misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jul 26, 2024
1 parent 6718743 commit 64bdf1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "khost"
version = "0.0.8"
version = "0.0.9"
edition = "2021"
authors = ["Kaspa developers"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -54,3 +54,4 @@ thiserror = "1.0.61"
tokio = { version = "1.38.0", default-features = false, features = ['io-util','time','sync','macros','rt','rt-multi-thread'] }
toml = "0.8.14"
whoami = "1.5.1"
xxhash-rust = { version = "0.8.7", features = ["xxh3"] }
2 changes: 1 addition & 1 deletion src/imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ pub use std::str::FromStr;
pub use std::sync::atomic::{AtomicBool, Ordering};
pub use std::sync::Arc;
pub use std::sync::OnceLock;
pub use xxhash_rust::xxh3::xxh3_64;

pub use workflow_core::enums::Describe;
pub use workflow_core::runtime;
pub use workflow_encryption::prelude::*;
pub use workflow_serializer::prelude::*;

pub use workflow_utils::prelude::{arglist::*, format::*, ip, version};

pub use crate::actions;
Expand Down

0 comments on commit 64bdf1d

Please sign in to comment.