Skip to content

Commit

Permalink
chore: bump version to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Jun 6, 2024
1 parent f09082e commit 244c3f8
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 @@ -4,7 +4,7 @@ exclude = ["docs", "examples"]
resolver = "2"

[workspace.package]
version = "0.0.8"
version = "0.0.9"
authors = ["Mads Hougesen <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -24,9 +24,9 @@ categories = [
exclude = ["www", "examples"]

[workspace.dependencies]
hitt-formatter = { path = "hitt-formatter", version = "0.0.8" }
hitt-parser = { path = "hitt-parser", version = "0.0.8" }
hitt-request = { path = "hitt-request", version = "0.0.8" }
hitt-formatter = { path = "hitt-formatter", version = "0.0.9" }
hitt-parser = { path = "hitt-parser", version = "0.0.9" }
hitt-request = { path = "hitt-request", version = "0.0.9" }
http = { version = "1.1.0" }
reqwest = { version = "0.12.4" }
tokio = { version = "1.38.0", features = ["fs", "macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 244c3f8

Please sign in to comment.