Skip to content

Commit f37cc65

Browse files
committed
feat:v2.19.1
1 parent 00239aa commit f37cc65

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane"
3-
version = "2.19.0"
3+
version = "2.19.1"
44
edition = "2021"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pub(crate) mod utils;
44

55
pub use crate::utils::thread::*;
66
pub use color_output::*;
7-
#[allow(ambiguous_glob_reexports)]
87
pub use http_request::*;
98
pub use http_type::*;
109
pub use hyperlane_log::*;

0 commit comments

Comments
 (0)