release: 0.11.5 — semver-compatible version bump for fork
Use 0.11.5 instead of 0.11.4-sulkta.1 so the in-workspace rustypipe-downloader / rustypipe-cli crates (which require `rustypipe = ^0.11.4`) keep resolving. The original upstream rev on codeberg is at 0.11.4; we tag this internal release as 0.11.5 to keep cargo happy without needing to bump dependents.
This commit is contained in:
parent
84bb666bb2
commit
8d7f6b4455
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rustypipe"
|
||||
version = "0.11.4-sulkta.1"
|
||||
version = "0.11.5"
|
||||
rust-version = "1.67.1"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
|
|
|||
Reference in a new issue