Skip to content

Commit

Permalink
bump sqlite-loadable
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Oct 6, 2023
1 parent b90efaf commit 40ae372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["sqlite", "sqlite-extension"]
license = "MIT/Apache-2.0"

[dependencies]
sqlite-loadable = "0.0.5"
sqlite-loadable = "0.0.6-alpha.6"
ulid = "1.0.0"
chrono = "0.4.23"

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ $(TARGET_LOADABLE_RELEASE): $(prefix) $(shell find . -type f -name '*.rs')
cp $(BUILT_LOCATION_RELEASE) $@

$(TARGET_STATIC): $(prefix) $(shell find . -type f -name '*.rs')
cargo build --verbose $(CARGO_TARGET)
cargo build --verbose $(CARGO_TARGET) --features=sqlite-loadable/static
ls target
ls target/$(target)/debug
cp $(BUILT_LOCATION_STATIC) $@

$(TARGET_STATIC_RELEASE): $(prefix) $(shell find . -type f -name '*.rs')
cargo build --verbose --release $(CARGO_TARGET)
cargo build --verbose --release $(CARGO_TARGET) --features=sqlite-loadable/static
cp $(BUILT_LOCATION_STATIC_RELEASE) $@

$(TARGET_H): sqlite-ulid.h
Expand Down

0 comments on commit 40ae372

Please sign in to comment.