Skip to content

Commit

Permalink
Merge pull request #31 from 42ByteLabs/v0_2_1
Browse files Browse the repository at this point in the history
feat(version): v0.2.1
  • Loading branch information
GeekMasher committed Apr 25, 2024
2 parents 391b88f + 853d16f commit 6e37b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = [".", "geekorm-core", "geekorm-derive", "geekorm-cli"]

[workspace.package]
version = "0.2.0"
version = "0.2.1"
license = "MIT"
edition = "2021"
rust-version = "1.74"
Expand Down
2 changes: 1 addition & 1 deletion geekorm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ rust-version.workspace = true
authors.workspace = true

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0"
geekorm = { path = "../", version = "^0.2" }

0 comments on commit 6e37b28

Please sign in to comment.