Skip to content

Commit bc3590e

Browse files
authored
build: bump rust to latest stable (#14)
Signed-off-by: Iman Enami <44609233+imanenami@users.noreply.github.com>
1 parent b223dd6 commit bc3590e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ parts:
5757
- pkg-config # Needed to build cryptography
5858
- rustup # Needed to build Python dependencies with Rust
5959
override-build: |
60-
rustup default 1.87.0
60+
rustup default 1.93.1
6161
craftctl default
6262
# Include requirements.txt in *.charm artifact for easier debugging
6363
cp requirements.txt "$CRAFT_PART_INSTALL/requirements.txt"

0 commit comments

Comments
 (0)