Skip to content

Commit

Permalink
fix: 🐛 remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lagleki committed Jun 29, 2024
1 parent 7cba92a commit 10b6066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
30 changes: 1 addition & 29 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vlazba"
version = "0.7.2"
version = "0.7.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -13,10 +13,6 @@ regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
once_cell = "1.19.0"
smallvec="1.13.2"
arrayvec="0.7.4"
fnv = "1.0.7"
lazy_static = "1.5.0"
anyhow = "1.0.86"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mod gismu_utils;
use gismu_utils::{language_weights, GismuGenerator, GismuMatcher, GismuScorer, C, V};
mod jvozba;

const VERSION: &str = "v0.7.2";
const VERSION: &str = "v0.7.3";

static DEFAULT_WEIGHTS_STR: Lazy<String> = Lazy::new(|| {
language_weights()
Expand Down

0 comments on commit 10b6066

Please sign in to comment.