Skip to content

Commit

Permalink
Merge pull request #2 from savannstm/0.3.1
Browse files Browse the repository at this point in the history
0.3.1
  • Loading branch information
savannstm authored Oct 22, 2024
2 parents 2829ee0 + 1b1d2fa commit be260ef
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 156 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marshal-rs"
version = "0.3.0"
version = "0.3.1"
authors = ["savannstm <[email protected]>"]
edition = "2021"
rust-version = "1.63.0"
Expand All @@ -18,8 +18,8 @@ default = ["dep:serde_json"]
[dependencies]
encoding_rs = "0.8.34"
num-bigint = "0.4.6"
serde_json = { version = "1.0.128", optional = true, features = ["preserve_order"] }
sonic-rs = { version = "0.3.13", optional = true }
serde_json = { version = "1.0.132", optional = true, features = ["preserve_order"] }
sonic-rs = { version = "0.3.14", optional = true }

[dev-dependencies]
rayon = "1.10.0"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
//!
//!## Quick example
//!
//!```rust
//!```rust no-test
//!use std::fs::read;
//!use marshal_rs::{load, dump};
//!
Expand Down
Loading

0 comments on commit be260ef

Please sign in to comment.