File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Changed
6
6
7
+ - Replaced most uses of ` quanta::Instant ` with ` std::time::Instant ` to increase the
8
+ accuracy of time measurements. ([ #481 ] [ gh-pull-0481 ] )
7
9
- Switched to ` AtomicU64 ` of ` portable-atomic ` crate for the platforms where
8
10
` AtomicU64 ` is not available in ` std ` . ([ #480 ] [ gh-pull-0480 ] )
9
11
- ` moka ` 's ` atomic64 ` feature no longer has any effect on the build as
@@ -948,6 +950,7 @@ The minimum supported Rust version (MSRV) is now 1.51.0 (Mar 25, 2021).
948
950
[ gh-issue-0034 ] : https://github.com/moka-rs/moka/issues/34/
949
951
[ gh-issue-0031 ] : https://github.com/moka-rs/moka/issues/31/
950
952
953
+ [ gh-pull-0481 ] : https://github.com/moka-rs/moka/pull/481/
951
954
[ gh-pull-0480 ] : https://github.com/moka-rs/moka/pull/480/
952
955
[ gh-pull-0474 ] : https://github.com/moka-rs/moka/pull/474/
953
956
[ gh-pull-0466 ] : https://github.com/moka-rs/moka/pull/466/
You can’t perform that action at this time.
0 commit comments