File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ unreleased]
9
9
10
+ ## [ cuid2 v0.1.4]
11
+
12
+ ### Fixed
13
+
14
+ - Replaced ` std::sys::SystemTime ` with ` web_time::SystemTime ` so that
15
+ CUID generation does not panic in WASM builds.
16
+
10
17
## [ cuid2 v0.1.3] , [ cuid 1.3.3]
11
18
12
19
### Upcoming
@@ -198,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198
205
- CUID & CUID slug generation
199
206
- Benchmark suite
200
207
201
- [ unreleased ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.3...HEAD
208
+ [ unreleased ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.4...HEAD
209
+ [ cuid2 v0.1.3 ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.3...cuid2-v0.1.4
202
210
[ cuid2 v0.1.3 ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.2...cuid2-v0.1.3
203
211
[ cuid 1.3.3 ] : https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.2...cuid-v1.3.3
204
212
[ cuid2 v0.1.2 ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.1...cuid2-v0.1.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cuid2"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
4
4
description = " An implementation of the CUID2 protocol in rust"
5
5
documentation = " https://docs.rs/cuid/latest/cuid2/"
6
6
resolver = " 2"
You can’t perform that action at this time.
0 commit comments