File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ concurrency:
14
14
jobs :
15
15
duckdb-stable-build :
16
16
name : Build extension binaries
17
- uses :
duckdb/extension-ci-tools/.github/workflows/[email protected] .0
17
+ uses :
duckdb/extension-ci-tools/.github/workflows/[email protected] .1
18
18
with :
19
- duckdb_version : v1.2.0
19
+ duckdb_version : v1.2.1
20
20
ci_tools_version : main
21
21
extension_name : pyroscope
22
22
extra_toolchains : rust;python3
23
- exclude_archs : ' windows_amd64_rtools;windows_amd64;wasm_threads;wasm_eh;wasm_mvp;linux_amd64_musl;'
23
+ exclude_archs : ' windows_amd64_rtools;windows_amd64_mingw; windows_amd64;wasm_threads;wasm_eh;wasm_mvp;linux_amd64_musl;'
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyroscope"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
@@ -20,9 +20,9 @@ path = "src/wasm_lib.rs"
20
20
crate-type = [" staticlib" ]
21
21
22
22
[dependencies ]
23
- duckdb = { version = " 1.2.0 " , features = [" vtab-loadable" ] }
24
- duckdb-loadable-macros = " 0.1.4 "
25
- libduckdb-sys = { version = " 1.2.0 " , features = [" loadable-extension" ] }
23
+ duckdb = { version = " 1.2.1 " , features = [" vtab-loadable" ] }
24
+ duckdb-loadable-macros = " 0.1.5 "
25
+ libduckdb-sys = { version = " 1.2.1 " , features = [" loadable-extension" ] }
26
26
lazy_static = " 1.4"
27
27
pyroscope = " 0.5.4"
28
28
pyroscope_pprofrs = " 0.2"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
7
7
USE_UNSTABLE_C_API =1
8
8
9
9
EXTENSION_NAME =pyroscope
10
- MINIMUM_DUCKDB_VERSION =v1.2.0
11
- TARGET_DUCKDB_VERSION =v1.2.0
12
- DUCKDB_EXTENSION_MIN_DUCKDB_VERSION =v1.2.0
10
+ MINIMUM_DUCKDB_VERSION =v1.2.1
11
+ TARGET_DUCKDB_VERSION =v1.2.1
12
+ DUCKDB_EXTENSION_MIN_DUCKDB_VERSION =v1.2.1
13
13
14
14
all : configure debug
15
15
You can’t perform that action at this time.
0 commit comments