Skip to content

Commit 0f8975b

Browse files
committed
Bump canonical_json version to 0.4.0
1 parent f972cae commit 0f8975b

File tree

3 files changed

+43
-15
lines changed

3 files changed

+43
-15
lines changed

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Changelog
22
=========
33

4-
1.0.0
4+
0.4.0
5+
-----
6+
7+
* Upgrade to canonical_json 0.4.0
8+
9+
0.3.0
510
-----
611

712
* Initial version

Cargo.lock

+35-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "canonicaljson-rs"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Mathieu Leplatre <[email protected]>"]
55
edition = "2018"
66
description = "Python bindings for canonical_json"
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414
[dependencies]
1515
serde = "1.0"
1616
serde_json = "1.0"
17-
canonical_json = "0.3.0"
17+
canonical_json = "0.4.0"
1818

1919
[dependencies.pyo3]
2020
version = "0.11"

0 commit comments

Comments
 (0)