We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee06f90 commit 5cb9dc2Copy full SHA for 5cb9dc2
swiftnav-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "swiftnav-sys"
3
-version = "0.8.0"
+version = "0.8.1"
4
authors = ["Swift Navigation <dev@swiftnav.com>"]
5
edition = "2018"
6
description = "FFI bindings for libswiftnav"
swiftnav/Cargo.toml
@@ -1,10 +1,10 @@
name = "swiftnav"
description = "GNSS positioning and related utilities"
7
-readme = "../README.md"
+readme = "README.md"
8
repository = "https://github.com/swift-nav/swiftnav-rs"
9
license = "LGPL-3.0"
10
rust-version = "1.56.1"
swiftnav/README.md
@@ -0,0 +1 @@
+../README.md
0 commit comments