File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.1.8] - 2019-07-29
8
+ ### Changed
9
+ - Explicitly specify types to arguments of 'libc::syscall'. [ #74 ]
10
+
11
+ [ #74 ] : https://github.com/rust-random/getrandom/pull/74
12
+
7
13
## [ 0.1.7] - 2019-07-29
8
14
### Added
9
15
- Support for hermit and l4re. [ #61 ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " getrandom"
3
- version = " 0.1.7 "
3
+ version = " 0.1.8 "
4
4
edition = " 2018"
5
5
authors = [" The Rand Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments