Skip to content

Commit a071bf2

Browse files
committed
chore: Release
1 parent 9a4753b commit a071bf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

swiftnav-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swiftnav-sys"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Swift Navigation <[email protected]>"]
55
edition = "2018"
66
description = "FFI bindings for libswiftnav"

swiftnav/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swiftnav"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Swift Navigation <[email protected]>"]
55
edition = "2018"
66
description = "GNSS positioning and related utilities"
@@ -12,7 +12,7 @@ rust-version = "1.62.1"
1212
[dependencies]
1313
rustversion = "1.0"
1414
chrono = { version = "0.4", optional = true }
15-
swiftnav-sys = { version = "^0.9.0", path = "../swiftnav-sys/" }
15+
swiftnav-sys = { version = "^0.10.0", path = "../swiftnav-sys/" }
1616
strum = { version = "0.26", features = ["derive"] }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)