Skip to content

Commit 603d51e

Browse files
committed
crates update
1 parent 3d024c0 commit 603d51e

File tree

3 files changed

+27
-79
lines changed

3 files changed

+27
-79
lines changed

Cargo.lock

Lines changed: 25 additions & 77 deletions
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
@@ -44,8 +44,8 @@ geo = "*"
4444
geo-types = "*"
4545
bytecount = "*"
4646
divisors = "*"
47-
rusqlite = "0.37.0"
4847
sha2 = "0.10.8"
48+
# rusqlite = "0.37.0"
4949

5050
[lints.clippy]
5151
pedantic = "forbid"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub mod rundb;
1+
// pub mod rundb;
22

33
use itertools::Itertools;
44
use std::iter::empty;

0 commit comments

Comments
 (0)