Skip to content

Commit

Permalink
chore: bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
husni-zuhdi committed Aug 17, 2024
1 parent 8c60a79 commit 79c5117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "cmd"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

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

[dependencies]
internal = { path = "../internal", version = "0.1.0"}
internal = { path = "../internal", version = "0.1.2"}
actix-web = "4.4.0"
2 changes: 1 addition & 1 deletion internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "internal"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit 79c5117

Please sign in to comment.