minor manifest tweak #5

Merged
muellerr merged 1 commits from minor-manifest-tweak into main 2025-11-28 10:44:45 +01:00
2 changed files with 9 additions and 2 deletions

View File

@@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.1.1] 2025-11-28
Minor `Cargo.toml` tweaks
# [v0.1.0] 2025-11-28
Initial release.
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/compare/v0.1.0...HEAD
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/compare/v0.1.1...HEAD
[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/compare/v0.1.0...v0.1.1
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite/tag/v0.1.0

View File

@@ -1,10 +1,12 @@
[package]
name = "axi-uartlite"
version = "0.1.0"
version = "0.1.1"
description = "LogiCORE AXI UART Lite v2.0 driver"
author = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
rust-version = "1.85.1"
edition = "2024"
homepage = "https://egit.irs.uni-stuttgart.de/rust/axi-uartlite"
repository = "https://egit.irs.uni-stuttgart.de/rust/axi-uartlite"
license = "MIT OR Apache-2.0"
[dependencies]