We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c459aeb commit b9868d4Copy full SHA for b9868d4
swiftnav-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "swiftnav-sys"
3
-version = "0.5.2-alpha.0"
+version = "0.6.0"
4
authors = ["Swift Navigation <[email protected]>"]
5
edition = "2018"
6
description = "FFI bindings for libswiftnav"
swiftnav/Cargo.toml
@@ -10,7 +10,7 @@ license = "LGPL-3.0"
10
11
[dependencies]
12
chrono = { version = "0.4", optional = true }
13
-swiftnav-sys = { version = "0.5.2-alpha.0", path = "../swiftnav-sys/" }
+swiftnav-sys = { version = "^0.6.0", path = "../swiftnav-sys/" }
14
15
[features]
16
chrono-support = ["chrono"]
0 commit comments