Skip to content

Commit

Permalink
bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snurkont committed Mar 4, 2023
1 parent a0f9322 commit a1d26d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[package]
name = "rukki"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

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

[dependencies]
log = "0.4.0"
log = "0.4"
env_logger = "0.10"
clap = { version = "4.1", features = ["derive"] }
os_str_bytes = "6.1"
itertools = "0.10"

0 comments on commit a1d26d8

Please sign in to comment.