Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
Resolves #4
  • Loading branch information
jirutka committed Dec 5, 2024
1 parent cf8438a commit ba08e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions argp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argp"
version = "0.3.0"
version = "0.4.0"
authors = ["Jakub Jirutka <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
Expand All @@ -15,7 +15,7 @@ default = ["term_size"]
term_size = []

[dependencies]
argp_derive = { version = "0.3.0", path = "../argp_derive" }
argp_derive = { version = "0.4.0", path = "../argp_derive" }

[dev-dependencies]
once_cell = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion argp_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argp_derive"
version = "0.3.0"
version = "0.4.0"
authors = ["Jakub Jirutka <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
Expand Down

0 comments on commit ba08e03

Please sign in to comment.