File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ The following (off by default) Cargo features have been added:
5555- Unsupported targets no longer compile [ #107 ]
5656- Change/Add ` Error ` constants [ #120 ]
5757- Only impl ` std ` traits when the ` "std" ` Cargo feature is specified [ #106 ]
58- - Remove offical support for Hermit, L4Re, and UEFI [ #133 ]
59- - Remove optional ` "log" ` dependancy [ #131 ]
58+ - Remove official support for Hermit, L4Re, and UEFI [ #133 ]
59+ - Remove optional ` "log" ` dependency [ #131 ]
6060- Update minimum supported Linux kernel to 2.6.32 [ #153 ]
6161- Update MSRV to 1.34 [ #159 ]
6262
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use core::num::NonZeroU32;
1616///
1717/// The function to register must have the same signature as
1818/// [`getrandom::getrandom`](crate::getrandom). The function can be defined
19- /// wherever you want, either in root crate or a dependant crate.
19+ /// wherever you want, either in root crate or a dependent crate.
2020///
2121/// For example, if we wanted a `failure-getrandom` crate containing an
2222/// implementation that always fails, we would first depend on `getrandom`
You can’t perform that action at this time.
0 commit comments