Remove dependency (itoa)

This commit is contained in:
Kogia-sima 2020-06-11 11:53:45 +09:00
parent 9cfb4d5d85
commit 1539f23a35
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@ -1052,7 +1052,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "sailfish"
version = "0.0.3"
dependencies = [
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

1
benches/Cargo.lock generated
View File

@ -1128,7 +1128,6 @@ checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
name = "sailfish"
version = "0.0.3"
dependencies = [
"itoa",
"ryu",
]

View File

@ -13,5 +13,4 @@ workspace = ".."
edition = "2018"
[dependencies]
itoa = "0.4.5"
ryu = "1.0.4"