prep v0.1.1
Some checks failed
ci / Check build (macos-latest) (push) Has been cancelled
ci / Check build (ubuntu-latest) (push) Has been cancelled
ci / Check build (windows-latest) (push) Has been cancelled
ci / Run Tests (push) Has been cancelled
ci / Check MSRV (push) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
ci / Check Cross-Compilation (thumbv7em-none-eabihf) (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled

This commit is contained in:
Robin Müller 2025-04-10 23:37:55 +02:00
parent 17e3c0e490
commit 819cbb547c
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased] # [unreleased]
# [v0.1.1]
Badge fix, points to wrong crate.
# [v0.1.0] # [v0.1.0]
Initial release Initial release
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/raw-slicee/releases/tag/v0.1.0 [v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/raw-slice/compare/v0.1.0...v0.1.1
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/raw-slice/releases/tag/v0.1.0

View File

@ -1,6 +1,6 @@
[package] [package]
name = "raw-slicee" name = "raw-slicee"
version = "0.1.0" version = "0.1.1"
edition = "2024" edition = "2024"
rust-version = "1.85.1" rust-version = "1.85.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]