Skip to content

Commit

Permalink
Preserve json order, improve library docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebEverett committed Dec 3, 2021
2 parents 4c70a5a + 07fb33b commit e6154fb
Show file tree
Hide file tree
Showing 5 changed files with 679 additions and 612 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "arloader"
authors = ["calebeverett <[email protected]>"]
description = "Command line application and library for uploading files to Arweave."
version = "0.1.30"
version = "0.1.31"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/CalebEverett/arloader"
Expand Down Expand Up @@ -39,7 +39,7 @@ ring = {version = "0.16.20", features = [ "std" ] }
reqwest = { version = "0.11", features = ["json"] }
serde = "1.0.130"
serde_derive = "1.0.130"
serde_json = "1.0.68"
serde_json = { version = "1.0.68", features = ["preserve_order"] }
solana-sdk = "1.8.2"
thiserror = "1.0.30"
tokio = { version = "1", features = ["rt-multi-thread", "fs", "macros"] }
Expand Down
Loading

0 comments on commit e6154fb

Please sign in to comment.