Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abe8083440 | |||
|
|
8db81e964c |
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user