File tree 2 files changed +3
-3
lines changed
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:
55
55
- Unsupported targets no longer compile [ #107 ]
56
56
- Change/Add ` Error ` constants [ #120 ]
57
57
- 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 ]
60
60
- Update minimum supported Linux kernel to 2.6.32 [ #153 ]
61
61
- Update MSRV to 1.34 [ #159 ]
62
62
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use core::num::NonZeroU32;
16
16
///
17
17
/// The function to register must have the same signature as
18
18
/// [`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.
20
20
///
21
21
/// For example, if we wanted a `failure-getrandom` crate containing an
22
22
/// implementation that always fails, we would first depend on `getrandom`
You can’t perform that action at this time.
0 commit comments