Skip to content

Commit ecdce35

Browse files
author
Jason Mobarak
committed
(cargo-release) start next development iteration 0.6.2-alpha.0
1 parent 295ff59 commit ecdce35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swiftnav-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swiftnav-sys"
3-
version = "0.6.1"
3+
version = "0.6.2-alpha.0"
44
authors = ["Swift Navigation <[email protected]>"]
55
edition = "2018"
66
description = "FFI bindings for libswiftnav"

swiftnav/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6.1-alpha.0", path = "../swiftnav-sys/" }
13+
swiftnav-sys = { version = "^0.6.2-alpha.0", path = "../swiftnav-sys/" }
1414

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

0 commit comments

Comments
 (0)