We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11973b7 commit 52753d0Copy full SHA for 52753d0
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 0.2.0 (unreleased)
+# 0.2.0
2
3
* Bump MSRV to 1.35
4
* Drop support for the `rocket_04` Cargo feature (Rocket 0.4 `FromFormValue` / `FromParam`
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
-version = "0.1.9"
+version = "0.2.0"
5
authors = ["Jonas Platte <[email protected]>"]
6
edition = "2018"
7
license = "MIT"
0 commit comments