Skip to content

Commit

Permalink
ruchei_extra as with_extra
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheyca committed Mar 22, 2024
1 parent 5640e17 commit 6e32445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["internal/ruchei-sample", "ruchei-extra"]

[workspace.package]
version = "0.0.74" # ad7038ef3b571dc133c108e14e6bb0f8cdcd812d and earlier have invalid versions
version = "0.0.75" # ad7038ef3b571dc133c108e14e6bb0f8cdcd812d and earlier have invalid versions
edition = "2021"
publish = true
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

extern crate self as ruchei;

pub use ruchei_extra as with_extra;

pub mod callback;
pub mod close_all;
pub mod compress;
Expand Down

0 comments on commit 6e32445

Please sign in to comment.