We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c619f6 commit 728a5b5Copy full SHA for 728a5b5
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.4.1
2
+
3
+- Fix build failure with `js` feature. (#125)
4
5
# Version 2.4.0
6
7
- Bump MSRV to 1.63. (#104)
Cargo.toml
@@ -3,7 +3,7 @@ name = "fastrand"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.4.0"
+version = "2.4.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2018"
9
rust-version = "1.63"
0 commit comments