Skip to content

Commit

Permalink
feat:v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ltpp-universe committed Jan 17, 2025
1 parent dbd1467 commit 1dc3140
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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 = "hyperlane"
version = "3.1.2"
version = "3.2.0"
edition = "2021"
authors = ["ltpp-universe <root@ltpp.vip>"]
license = "MIT"
Expand All @@ -16,6 +16,7 @@ exclude = [
]

[dependencies]
clonelicious = "0.0.2"
color-output = "6.1.4"
file-operation = "0.3.0"
http-request = "8.35.3"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub(crate) mod server;
pub(crate) mod utils;

pub use crate::utils::thread::*;
pub use clonelicious::*;
pub use color_output::*;
pub use file_operation::*;
pub use http_request::*;
Expand Down

0 comments on commit 1dc3140

Please sign in to comment.