chore: Release

This commit is contained in:
Félix Saparelli 2024-04-21 00:12:21 +12:00
parent f81aed1260
commit dca13fed43
No known key found for this signature in database
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View File

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

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.0.3 (2024-04-20)
- Deps: gix 0.62
## v1.0.2 (2023-11-26)

View File

@ -1,6 +1,6 @@
[package]
name = "bosion"
version = "1.0.2"
version = "1.0.3"
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.2"
bosion = "1.0.3"
```
In your `build.rs`:

View File

@ -129,7 +129,7 @@ mimalloc = "0.1.39"
embed-resource = "2.4.0"
[build-dependencies.bosion]
version = "1.0.2"
version = "1.0.3"
path = "../bosion"
[dev-dependencies]