Skip to content

Commit 4ee06cc

Browse files
committed
Release v0.3.1
1 parent 2298343 commit 4ee06cc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -10,7 +10,7 @@ name = "language"
1010
readme = "README.md"
1111
repository = "https://github.com/hack-ink/language"
1212
resolver = "3"
13-
version = "0.3.0"
13+
version = "0.3.1"
1414

1515
[package.metadata.docs.rs]
1616
all-features = true

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ pub mod prelude {
1414
}
1515

1616
mod generated;
17-
18-
#[cfg(feature = "scraper")] use scraper as _;
19-
2017
#[cfg(feature = "icu_locale_core")] mod icu_locale_core;
2118
#[cfg(feature = "sqlx")] mod sqlx;
2219
#[cfg(feature = "whatlang")] mod whatlang;
2320

21+
pub use generated::*;
22+
23+
#[cfg(feature = "codegen")] use scraper as _;
2424
#[cfg(test)] use serde_json as _;

0 commit comments

Comments
 (0)