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 7205d6c commit b4a5023Copy full SHA for b4a5023
Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "postgis"
3
-version = "0.2.2"
+version = "0.3.0"
4
authors = ["ShuYu Wang <andelf@gmail.com>", "Pirmin Kalberer <pka@sourcepole.ch>"]
5
description = "An extension to rust-postgres, adds support for PostGIS."
6
homepage = "https://github.com/andelf/rust-postgis"
7
repository = "https://github.com/andelf/rust-postgis"
8
readme = "README.md"
9
-documentation = "http://www.rust-ci.org/andelf/rust-postgis/doc/postgis/"
+documentation = "https://docs.rs/postgis/"
10
keywords = ["PostgreSQL", "PostGIS", "GIS", "GEO"]
11
license = "MIT"
12
0 commit comments