Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhakansson committed May 1, 2024
1 parent 9685159 commit 11761ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtcm-json"
version = "0.9.0"
version = "0.10.0"
authors = ["Martin Håkansson <martinhakansson@yahoo.com>"]
categories = ["encoding","command-line-interface", "command-line-utilities","parser-implementations"]
description = "JSON serialization/deserialization of RTCM v. 3"
Expand All @@ -13,7 +13,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rtcm-rs = { version = "0.10.0", features = ["serde"] }
rtcm-rs = { version = "0.11.0", features = ["serde"] }
serde_json = "1.0.114"
circular = "0.3.0"
clap = { version = "4.5.3", features = ["derive"] }
Expand Down

0 comments on commit 11761ef

Please sign in to comment.