Skip to content

Commit 8bc67cd

Browse files
authored
bump rust crate to 0.1 (#464)
1 parent 2bd1964 commit 8bc67cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geoarrow"
3-
version = "0.1.0-beta.4"
3+
version = "0.1.0"
44
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repository also includes [Python bindings](https://github.com/geoarrow/geoa
2020
Add this to your `Cargo.toml`:
2121

2222
```toml
23-
geoarrow = { git = "https://github.com/geoarrow/geoarrow-rs" }
23+
geoarrow = "0.1"
2424
```
2525

2626
## References

0 commit comments

Comments
 (0)