Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
femshima committed Mar 2, 2024
1 parent bff86b9 commit 6a9b8ca
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.1.2"
version = "0.1.3"
rust-version = "1.65.0"
license = "BSD-3-Clause"
repository = "https://github.com/jpreprocess/jlabel"
Expand All @@ -15,7 +15,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
jlabel = { path = "crates/jlabel", version = "0.1.2" }
jlabel-question = { path = "crates/jlabel-question", version = "0.1.2" }
jlabel = { path = "crates/jlabel", version = "0.1.3" }
jlabel-question = { path = "crates/jlabel-question", version = "0.1.3" }

thiserror = "1.0.56"
2 changes: 1 addition & 1 deletion crates/jlabel-question/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Put the following in Cargo.toml

```toml
[dependencies]
jlabel-question = "0.1.2"
jlabel-question = "0.1.3"
```

## Copyrights
Expand Down
2 changes: 1 addition & 1 deletion crates/jlabel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Put the following in Cargo.toml

```toml
[dependencies]
jlabel = "0.1.2"
jlabel = "0.1.3"
```

## License
Expand Down

0 comments on commit 6a9b8ca

Please sign in to comment.