Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsw committed May 8, 2024
1 parent b73e417 commit c184b9c
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = "accumulo_access_pg"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Lars Wilhelmsen <[email protected]>"]
description = "PostgreSQL extension for parsing and evaluating Accumulo Access Expressions"
Expand Down
8 changes: 7 additions & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ RUN cd target/artifacts/accumulo_access_pg-pg15 && \
-s dir \
-t deb \
-n accumuloaccess-pg15 \
-v 0.1.0 \
-v 0.1.3 \
--deb-pre-depends postgresql-15 \
-m "Lars Wilhelmsen <[email protected]>" \
--vendor "Lars Wilhelmsen <[email protected]>" \
--url "https://github.com/larsw/accumulo-access-pg" \
--license "Apache or MIT" \
--description "An extension providing Accumulo Access security expressions support for PostgreSQL." \
--deb-no-default-config-files \
-p /tmp/accumulo_access_bullseye_pg15_0.1.0_amd64.deb \
-a amd64 \
Expand Down

0 comments on commit c184b9c

Please sign in to comment.