Skip to content

Commit

Permalink
chore: bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Apr 2, 2024
1 parent 8f5ead6 commit 8464342
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["hitt-cli", "hitt-formatter", "hitt-parser", "hitt-request"]
resolver = "2"

[workspace.package]
version = "0.0.4"
version = "0.0.5"
authors = ["Mads Hougesen <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -22,9 +22,9 @@ categories = [
]

[workspace.dependencies]
hitt-formatter = { path = "hitt-formatter", version = "0.0.4" }
hitt-parser = { path = "hitt-parser", version = "0.0.4" }
hitt-request = { path = "hitt-request", version = "0.0.4" }
hitt-formatter = { path = "hitt-formatter", version = "0.0.5" }
hitt-parser = { path = "hitt-parser", version = "0.0.5" }
hitt-request = { path = "hitt-request", version = "0.0.5" }
http = { version = "1.1.0" }
reqwest = { version = "0.12.2" }
tokio = { version = "1.37.0", features = ["fs", "macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 8464342

Please sign in to comment.