release: bosion v1.0.2 (#685)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-11-26 03:29:49 +00:00 committed by GitHub
parent 87ca5d6b20
commit 10556dea11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View File

@ -451,7 +451,7 @@ dependencies = [
[[package]]
name = "bosion"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"gix",
"time",

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.0.2 (2023-11-26)
- Deps: upgrade to gix 0.55
## v1.0.1 (2023-07-02)

View File

@ -1,6 +1,6 @@
[package]
name = "bosion"
version = "1.0.1"
version = "1.0.2"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"

View File

@ -15,7 +15,7 @@ In your `Cargo.toml`:
```toml
[build-dependencies]
bosion = "1.0.1"
bosion = "1.0.2"
```
In your `build.rs`:

View File

@ -105,7 +105,7 @@ mimalloc = "0.1.39"
embed-resource = "2.4.0"
[build-dependencies.bosion]
version = "1.0.1"
version = "1.0.2"
path = "../bosion"
[features]