File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ keywords = ["sqlite", "sqlite-extension"]
10
10
license = " MIT/Apache-2.0"
11
11
12
12
[dependencies ]
13
- sqlite-loadable = " 0.0.5 "
13
+ sqlite-loadable = " 0.0.6-alpha.6 "
14
14
ulid = " 1.0.0"
15
15
chrono = " 0.4.23"
16
16
Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ $(TARGET_LOADABLE_RELEASE): $(prefix) $(shell find . -type f -name '*.rs')
88
88
cp $(BUILT_LOCATION_RELEASE ) $@
89
89
90
90
$(TARGET_STATIC ) : $(prefix ) $(shell find . -type f -name '* .rs')
91
- cargo build --verbose $(CARGO_TARGET )
91
+ cargo build --verbose $(CARGO_TARGET ) --features=sqlite-loadable/static
92
92
ls target
93
93
ls target/$(target ) /debug
94
94
cp $(BUILT_LOCATION_STATIC ) $@
95
95
96
96
$(TARGET_STATIC_RELEASE ) : $(prefix ) $(shell find . -type f -name '* .rs')
97
- cargo build --verbose --release $(CARGO_TARGET )
97
+ cargo build --verbose --release $(CARGO_TARGET ) --features=sqlite-loadable/static
98
98
cp $(BUILT_LOCATION_STATIC_RELEASE ) $@
99
99
100
100
$(TARGET_H ) : sqlite-ulid.h
You can’t perform that action at this time.
0 commit comments