Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
819cbb547c | |||
17e3c0e490 |
@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# [unreleased]
|
||||
|
||||
# [v0.1.1]
|
||||
|
||||
Badge fix, points to wrong crate.
|
||||
|
||||
# [v0.1.0]
|
||||
|
||||
Initial release
|
||||
|
||||
[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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "raw-slicee"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
rust-version = "1.85.1"
|
||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[](https://crates.io/crates/raw-slicee)
|
||||
[](https://docs.rs/raw-slice)
|
||||
[](https://docs.rs/raw-slicee)
|
||||
[](https://github.com/us-irs/raw-slice/actions/workflows/ci.yml)
|
||||
|
||||
`raw-slice` - Generic raw slice types
|
||||
|
Loading…
x
Reference in New Issue
Block a user