Skip to content

Commit b9868d4

Browse files
committed
(cargo-release) version 0.6.0
1 parent c459aeb commit b9868d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5.2-alpha.0"
3+
version = "0.6.0"
44
authors = ["Swift Navigation <[email protected]>"]
55
edition = "2018"
66
description = "FFI bindings for libswiftnav"

swiftnav/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "LGPL-3.0"
1010

1111
[dependencies]
1212
chrono = { version = "0.4", optional = true }
13-
swiftnav-sys = { version = "0.5.2-alpha.0", path = "../swiftnav-sys/" }
13+
swiftnav-sys = { version = "^0.6.0", path = "../swiftnav-sys/" }
1414

1515
[features]
1616
chrono-support = ["chrono"]

0 commit comments

Comments
 (0)