Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo committed Jul 12, 2024
1 parent 35f279e commit 14cb1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion swiftnav-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftnav-sys"
version = "0.8.3"
version = "0.9.0"
authors = ["Swift Navigation <[email protected]>"]
edition = "2018"
description = "FFI bindings for libswiftnav"
Expand Down
4 changes: 2 additions & 2 deletions swiftnav/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftnav"
version = "0.8.3"
version = "0.9.0"
authors = ["Swift Navigation <[email protected]>"]
edition = "2018"
description = "GNSS positioning and related utilities"
Expand All @@ -12,7 +12,7 @@ rust-version = "1.62.1"
[dependencies]
rustversion = "1.0"
chrono = { version = "0.4", optional = true }
swiftnav-sys = { version = "^0.8.1", path = "../swiftnav-sys/" }
swiftnav-sys = { version = "^0.9.0", path = "../swiftnav-sys/" }
strum = { version = "0.26", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 14cb1af

Please sign in to comment.