Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
fixes #165
  • Loading branch information
digama0 committed Jul 30, 2024
1 parent 6d16caa commit f9a940d
Show file tree
Hide file tree
Showing 8 changed files with 710 additions and 544 deletions.
555 changes: 352 additions & 203 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions metamath-knife/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "metamath-knife"
readme = "metamath-knife/README.md"
description = "A command-line tool for Metamath, including parallel and incremental verifier for Metamath databases"
version = "0.3.8"
version = "0.3.9"
authors.workspace = true
license.workspace = true
repository.workspace = true
Expand All @@ -11,9 +11,9 @@ categories.workspace = true
edition = "2021"

[dependencies]
clap = "2.33"
simple_logger = "1.13"
annotate-snippets = "0.9"
clap = { version = "4.5", features = ["derive"] }
simple_logger = "5.0"
annotate-snippets = "0.11"
metamath-rs = { path = "../metamath-rs" }

[[bin]]
Expand All @@ -22,7 +22,7 @@ path = "src/main.rs"
doc = false

[features]
default = ["annotate-snippets/color", "verify_markup"]
default = ["verify_markup"]
dot = ["metamath-rs/dot"]
xml = ["metamath-rs/xml"]
verify_markup = ["metamath-rs/verify_markup"]
Loading

0 comments on commit f9a940d

Please sign in to comment.