Skip to content

Commit

Permalink
chore: prepare v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Jan 6, 2024
1 parent 10c4737 commit 88a7543
Showing 1 changed file with 4 additions and 4 deletions.
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.2"
version = "0.0.3"
authors = ["Mads Hougesen <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,9 +17,9 @@ readme = "README.md"
categories = ["command-line-utilities", "development-tools"]

[workspace.dependencies]
hitt-formatter = { path = "hitt-formatter", version = "0.0.2" }
hitt-parser = { path = "hitt-parser", version = "0.0.2" }
hitt-request = { path = "hitt-request", version = "0.0.2" }
hitt-formatter = { path = "hitt-formatter", version = "0.0.3" }
hitt-parser = { path = "hitt-parser", version = "0.0.3" }
hitt-request = { path = "hitt-request", version = "0.0.3" }
http = { version = "0.2.11" }
reqwest = { version = "0.11.23" }
tokio = { version = "1.35.1", features = ["fs", "macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 88a7543

Please sign in to comment.