mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
chore: Release
This commit is contained in:
parent
9082f63114
commit
e36799d9e3
5 changed files with 6 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -474,7 +474,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bosion"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"gix",
|
||||
"time",
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Next (YYYY-MM-DD)
|
||||
|
||||
## v1.1.1 (2024-10-14)
|
||||
|
||||
- Deps: gix 0.66
|
||||
|
||||
## v1.1.0 (2024-05-16)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bosion"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
|
||||
authors = ["Félix Saparelli <felix@passcod.name>"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
|
|
@ -15,7 +15,7 @@ In your `Cargo.toml`:
|
|||
|
||||
```toml
|
||||
[build-dependencies]
|
||||
bosion = "1.1.0"
|
||||
bosion = "1.1.1"
|
||||
```
|
||||
|
||||
In your `build.rs`:
|
||||
|
|
|
@ -127,7 +127,7 @@ mimalloc = "0.1.39"
|
|||
embed-resource = "2.4.0"
|
||||
|
||||
[build-dependencies.bosion]
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
path = "../bosion"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue