Skip to content

Commit

Permalink
bump nado to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shigedangao committed Sep 17, 2024
1 parent 5bf375d commit 429eafa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 nado/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "nado"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.89"
clap = { version = "4.5.17", features = ["derive"] }
dodo-zh = { version = "0.1.2", path = "../dodo-zh" }
dodo-zh = { version = "0.1.3", path = "../dodo-zh" }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
csv = "1.3.0"
Expand Down

0 comments on commit 429eafa

Please sign in to comment.