Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fix versions to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
apua committed Nov 4, 2021
1 parent 6be04d8 commit d2dc9af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.1.0"
version = "0.1.1"
edition = "2018"

# Either `license` or `license-file` to be set
Expand All @@ -25,16 +25,16 @@ repository = "https://github.com/zdict/rust-zdict"

[dependencies]
clap = "3.0.0-beta.5"
reqwest = "*"
html5ever = "*"
kuchiki = "*"
serde = { version = "*", features = ["derive"] }
serde_json = "*"
rusqlite = "*"
log = "*"
env_logger = "*"
tokio = { version = "*", features = ["macros"] }
indicatif = "*"
reqwest = "0.11.4"
html5ever = "0.25.1"
kuchiki = "0.8.1"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
rusqlite = "0.26.0"
log = "0.4.14"
env_logger = "0.9.0"
tokio = { version = "1.12.0", features = ["macros"] }
indicatif = "0.16.2"


[[bin]]
Expand Down

0 comments on commit d2dc9af

Please sign in to comment.