We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81a27e commit 3733e6bCopy full SHA for 3733e6b
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# [unreleased]
2
3
+# 0.1.4
4
+
5
* Allow deserialization of `Int`s and `UInt`s from non-self-describing formats
6
7
# 0.1.3
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Jonas Platte <jplatte+git@posteo.de>"]
edition = "2018"
license = "MIT"
0 commit comments