Skip to content

Commit a49f8ca

Browse files
authored
fix: bump Rust version to 1.92.0 (#279)
* chore: bump Rust version to 1.92.0 * fix: pin juju terraform provider
1 parent 07cb036 commit a49f8ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ parts:
7474
# rpds-py (Python package) >=0.19.0 requires rustc >=1.76, which is not available in the
7575
# Ubuntu 22.04 archive. Install rustc and cargo using rustup instead of the Ubuntu archive
7676
rustup set profile minimal
77-
rustup default 1.83.0 # renovate: charmcraft-rust-latest
77+
rustup default 1.92.0 # renovate: charmcraft-rust-latest
7878
7979
craftctl default
8080
# Include requirements.txt in *.charm artifact for easier debugging

terraform/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
juju = {
55
source = "juju/juju"
6-
version = ">= 0.14.0"
6+
version = ">= 0.14.0, < 1.0.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)