@@ -166,7 +166,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
target: [
|
||||
sparcv9-sun-solaris,
|
||||
# See: https://github.com/rust-random/getrandom/issues/254
|
||||
# sparcv9-sun-solaris,
|
||||
x86_64-unknown-netbsd,
|
||||
]
|
||||
steps:
|
||||
|
||||
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.2.6] - 2022-03-28
|
||||
### Added
|
||||
- Nintendo 3DS (`armv6k-nintendo-3ds`) support [#248]
|
||||
|
||||
### Changed
|
||||
- Retry `open` when interrupted [#252]
|
||||
|
||||
[#248]: https://github.com/rust-random/getrandom/pull/248
|
||||
[#252]: https://github.com/rust-random/getrandom/pull/252
|
||||
|
||||
## [0.2.5] - 2022-02-22
|
||||
### Added
|
||||
- ESP-IDF targets (`*‑espidf`) support [#245]
|
||||
@@ -281,6 +291,7 @@ Publish initial implementation.
|
||||
## [0.0.0] - 2019-01-19
|
||||
Publish an empty template library.
|
||||
|
||||
[0.2.5]: https://github.com/rust-random/getrandom/compare/v0.2.5...v0.2.6
|
||||
[0.2.5]: https://github.com/rust-random/getrandom/compare/v0.2.4...v0.2.5
|
||||
[0.2.4]: https://github.com/rust-random/getrandom/compare/v0.2.3...v0.2.4
|
||||
[0.2.3]: https://github.com/rust-random/getrandom/compare/v0.2.2...v0.2.3
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "getrandom"
|
||||
version = "0.2.5" # Also update html_root_url in lib.rs when bumping this
|
||||
version = "0.2.6" # Also update html_root_url in lib.rs when bumping this
|
||||
edition = "2018"
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
+1
-1
@@ -149,7 +149,7 @@
|
||||
#![doc(
|
||||
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
|
||||
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "https://docs.rs/getrandom/0.2.5"
|
||||
html_root_url = "https://docs.rs/getrandom/0.2.6"
|
||||
)]
|
||||
#![no_std]
|
||||
#![warn(rust_2018_idioms, unused_lifetimes, missing_docs)]
|
||||
|
||||
Reference in New Issue
Block a user