Skip to content

Commit

Permalink
ci: bump up & fix justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcfrancisco committed Jul 22, 2024
1 parent 95455a4 commit bb306eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "popgis"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "http://jjcfrancis.co"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@try-shapefile:
cargo build --release
cd ./target/release/ && ./popgis --input ./examples/shapefile/andalucia.shp \
cd ./target/release/ && ./popgis --input ../../examples/shapefile/andalucia.shp \
--uri postgresql://pio:password@localhost:25432/popgis \
--schema shapefile \
--table andalucia
Expand Down

0 comments on commit bb306eb

Please sign in to comment.