Skip to content

Commit

Permalink
🔧 disable default features from names crate (#79)
Browse files Browse the repository at this point in the history
* fix: issue
* chore: update lock
  • Loading branch information
marcocondrache committed Mar 5, 2024
1 parent 3a4ba98 commit 5462b97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 79 deletions.
82 changes: 5 additions & 77 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ diffy = "0.3.0"
fs_extra = "1.3.0"
include_dir = "0.7.3"
itertools = "0.12.1"
names = "0.14.0"
names = { version = "0.14.0", default-features = false }
regex = "1.10.3"
rust-ini = "0.20.0"
serde = { version = "1.0.197", features = ["derive"] }
Expand All @@ -43,4 +43,4 @@ serial_test = "3.0.0"
tokio-test = "0.4.3"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "surrealdb_unstable"]
rustc-args = ["--cfg", "surrealdb_unstable"]

0 comments on commit 5462b97

Please sign in to comment.