Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed Apr 30, 2023
1 parent 8ea0aa6 commit f1570ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUST_VERSION=1.68.0
ARG RUST_VERSION=1.69.0
ARG DENO_VERSION=1.32.5
ARG DISTROLESS_TAG=nonroot

Expand Down
2 changes: 1 addition & 1 deletion dev/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dev:
PYTHON_VERSION: '3.8'
POETRY_VERSION: 1.4.1
PROTOC_VERSION: 3.x
RUST_VERSION: 1.68.0
RUST_VERSION: 1.69.0
DENO_BINDGEN_URL: 'https://github.com/metatypedev/deno_bindgen/raw/main/cli.ts'
DENO_VERSION: 1.32.5
NODE_VERSION: 19.8.1
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.68.0"
channel = "1.69.0"
components = ["rustfmt", "clippy"]

0 comments on commit f1570ea

Please sign in to comment.