mirror of
https://gitee.com/openharmony/third_party_rust_static-assertions-rs
synced 2024-11-27 01:20:33 +00:00
[Release] Prepare 0.2.4
This commit is contained in:
parent
2ce98f80f7
commit
1857534593
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog] and this project adheres to
|
||||
[Semantic Versioning].
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.4] - 2017-12-11
|
||||
### Removed
|
||||
- Removed the actual call to `mem::transmute` while still utilizing it for size
|
||||
verification ([Simon Sapin], [#5])
|
||||
@ -62,7 +64,8 @@ Initial release
|
||||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
|
||||
|
||||
[Unreleased]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.3...HEAD
|
||||
[Unreleased]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.4...HEAD
|
||||
[0.2.4]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.3...v0.2.4
|
||||
[0.2.3]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.2...v0.2.3
|
||||
[0.2.2]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.1...v0.2.2
|
||||
[0.2.1]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.0...v0.2.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "static_assertions"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
authors = ["Nikolai Vazquez"]
|
||||
license = "MIT/Apache-2.0"
|
||||
homepage = "https://github.com/nvzqz/static-assertions-rs"
|
||||
|
@ -11,7 +11,7 @@ following to your project's `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
static_assertions = "0.2.3"
|
||||
static_assertions = "0.2.4"
|
||||
```
|
||||
|
||||
and this to your crate root:
|
||||
|
@ -7,7 +7,7 @@
|
||||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! static_assertions = "0.2.3"
|
||||
//! static_assertions = "0.2.4"
|
||||
//! ```
|
||||
//!
|
||||
//! and this to your crate root:
|
||||
|
Loading…
Reference in New Issue
Block a user