Skip to content

Commit 5cb9dc2

Browse files
author
Jason Mobarak
committed
update README
1 parent ee06f90 commit 5cb9dc2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.8.0"
3+
version = "0.8.1"
44
authors = ["Swift Navigation <dev@swiftnav.com>"]
55
edition = "2018"
66
description = "FFI bindings for libswiftnav"

swiftnav/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "swiftnav"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Swift Navigation <dev@swiftnav.com>"]
55
edition = "2018"
66
description = "GNSS positioning and related utilities"
7-
readme = "../README.md"
7+
readme = "README.md"
88
repository = "https://github.com/swift-nav/swiftnav-rs"
99
license = "LGPL-3.0"
1010
rust-version = "1.56.1"

swiftnav/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

0 commit comments

Comments
 (0)