Skip to content

Commit c0bb396

Browse files
authored
chore: bump py-spy to 0.4.1 (#251)
1 parent b80063a commit c0bb396

File tree

5 files changed

+78
-114
lines changed

5 files changed

+78
-114
lines changed

Cargo.lock

Lines changed: 75 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,3 @@ rpath = false
9393
lto = true
9494
debug-assertions = false
9595
codegen-units = 1
96-
97-
[patch.crates-io]
98-
py-spy = { git = "https://github.com/grafana/py-spy", rev = "062d827" }

docker/gem.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PLATFORM=x86_64
22
FROM quay.io/pypa/manylinux2014_${PLATFORM} AS builder
33

4-
ENV RUST_VERSION=1.85
4+
ENV RUST_VERSION=1.87
55
RUN curl https://static.rust-lang.org/rustup/dist/$(arch)-unknown-linux-musl/rustup-init -o ./rustup-init \
66
&& chmod +x ./rustup-init \
77
&& ./rustup-init -y --default-toolchain=${RUST_VERSION} --default-host=$(arch)-unknown-linux-gnu

0 commit comments

Comments
 (0)