aboutsummaryrefslogtreecommitdiff
path: root/arg_picker
diff options
context:
space:
mode:
Diffstat (limited to 'arg_picker')
-rw-r--r--arg_picker/Cargo.toml2
-rw-r--r--arg_picker/README.md2
-rw-r--r--arg_picker/test/Cargo.lock4
3 files changed, 4 insertions, 4 deletions
diff --git a/arg_picker/Cargo.toml b/arg_picker/Cargo.toml
index d40e3ae..533a187 100644
--- a/arg_picker/Cargo.toml
+++ b/arg_picker/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arg-picker"
-version = "0.1.1"
+version = "0.2.0"
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mingling-rs/mingling/tree/main/arg_picker"
diff --git a/arg_picker/README.md b/arg_picker/README.md
index a872f06..80aa106 100644
--- a/arg_picker/README.md
+++ b/arg_picker/README.md
@@ -14,7 +14,7 @@ Of course, you can also use it as a standalone crate by replacing `mingling::pic
```toml
[dependencies]
-arg-picker = "0.1.1"
+arg-picker = "0.2.0"
```
## Chained Argument Parser
diff --git a/arg_picker/test/Cargo.lock b/arg_picker/test/Cargo.lock
index e388f0f..81ec660 100644
--- a/arg_picker/test/Cargo.lock
+++ b/arg_picker/test/Cargo.lock
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "arg-picker"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"arg-picker-macros",
"just_fmt",
@@ -12,7 +12,7 @@ dependencies = [
[[package]]
name = "arg-picker-macros"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"proc-macro2",
"quote",