Skip to content

Commit b4a5023

Browse files
committed
cargo: bump version, fix doc link
1 parent 7205d6c commit b4a5023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "postgis"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["ShuYu Wang <andelf@gmail.com>", "Pirmin Kalberer <pka@sourcepole.ch>"]
55
description = "An extension to rust-postgres, adds support for PostGIS."
66
homepage = "https://github.com/andelf/rust-postgis"
77
repository = "https://github.com/andelf/rust-postgis"
88
readme = "README.md"
9-
documentation = "http://www.rust-ci.org/andelf/rust-postgis/doc/postgis/"
9+
documentation = "https://docs.rs/postgis/"
1010
keywords = ["PostgreSQL", "PostGIS", "GIS", "GEO"]
1111
license = "MIT"
1212

0 commit comments

Comments
 (0)