release: bosion v1.0.0 (#520)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-03-05 03:47:58 +00:00 committed by GitHub
parent 690b32f030
commit 639bef9e31
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

@ -310,7 +310,7 @@ dependencies = [
[[package]]
name = "bosion"
version = "0.0.0"
version = "1.0.0"
dependencies = [
"gix",
"time 0.3.20",

View File

@ -2,4 +2,6 @@
## Next (YYYY-MM-DD)
## v1.0.0 (2023-03-05)
- Initial release.

View File

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

View File

@ -90,7 +90,7 @@ shadow-rs = "0.21.0"
embed-resource = "1.6.1"
[build-dependencies.bosion]
version = "0.0.0"
version = "1.0.0"
path = "../bosion"
[features]