We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573c853 commit 08c1a3bCopy full SHA for 08c1a3b
swiftnav-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "swiftnav-sys"
3
-version = "0.7.2-alpha.0"
+version = "0.8.0"
4
authors = ["Swift Navigation <[email protected]>"]
5
edition = "2018"
6
description = "FFI bindings for libswiftnav"
swiftnav/Cargo.toml
@@ -10,4 +10,4 @@ license = "LGPL-3.0"
10
11
[dependencies]
12
chrono = { version = "0.4", optional = true }
13
-swiftnav-sys = { version = "^0.7.2-alpha.0", path = "../swiftnav-sys/" }
+swiftnav-sys = { version = "^0.8.0", path = "../swiftnav-sys/" }
0 commit comments