Skip to content

Commit 08c1a3b

Browse files
author
Jason Mobarak
committed
(cargo-release) version 0.8.0
1 parent 573c853 commit 08c1a3b

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.7.2-alpha.0"
3+
version = "0.8.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,4 +10,4 @@ license = "LGPL-3.0"
1010

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

0 commit comments

Comments
 (0)