mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-19 07:20:18 +00:00
Compare commits
7 Commits
parse_borr
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 44b2addecb | |||
| 75fc27bc58 | |||
| 8d9e8aea89 | |||
| 20f5a0bf10 | |||
| 7165bb9841 | |||
| 8f6f1827ce | |||
| 33af658e93 |
@@ -4,7 +4,7 @@ members = ["jaarg-nostd"]
|
|||||||
resolver = "3"
|
resolver = "3"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "It can parse your arguments you should use it it's called jaarg"
|
description = "It can parse your arguments you should use it it's called jaarg"
|
||||||
|
|||||||
@@ -57,8 +57,10 @@ println!("{file:?} -> {out:?} (number: {number:?})",
|
|||||||
|
|
||||||
### Changelog ###
|
### Changelog ###
|
||||||
|
|
||||||
main:
|
v0.2.2:
|
||||||
|
* Fixed coerced `ArgumentError` not being rewritten for positional arguments.
|
||||||
* Moved top level includes to `pub use`.
|
* Moved top level includes to `pub use`.
|
||||||
|
* Hopefully work around licence & read me texts not being included in crate.
|
||||||
|
|
||||||
v0.2.1:
|
v0.2.1:
|
||||||
* Fixed licence field in `Cargo.toml`.
|
* Fixed licence field in `Cargo.toml`.
|
||||||
|
|||||||
1
jaarg/LICENSE.Apache-2.0
Symbolic link
1
jaarg/LICENSE.Apache-2.0
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../LICENSE.Apache-2.0
|
||||||
1
jaarg/LICENSE.MIT
Symbolic link
1
jaarg/LICENSE.MIT
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../LICENSE.MIT
|
||||||
1
jaarg/README.md
Symbolic link
1
jaarg/README.md
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../README.md
|
||||||
Reference in New Issue
Block a user