Skip to content

Commit

Permalink
Add module deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 30, 2024
1 parent 95ea86c commit bbd401b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geozero-shp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geozero-shp"
version = "0.6.0"
version = "0.5.1"
description = "WARNING: The shp driver is now included in geozero."
readme = "README.md"
keywords = ["geo", "shapefile"]
Expand Down
4 changes: 4 additions & 0 deletions geozero-shp/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#![deprecated(
note = "The geozero_shp crate has been deprecated. Instead, use geozero's built-in shapefile feature"
)]

mod header;
mod point_z;
mod property_processor;
Expand Down

0 comments on commit bbd401b

Please sign in to comment.