We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cb036 commit a49f8caCopy full SHA for a49f8ca
charmcraft.yaml
@@ -74,7 +74,7 @@ parts:
74
# rpds-py (Python package) >=0.19.0 requires rustc >=1.76, which is not available in the
75
# Ubuntu 22.04 archive. Install rustc and cargo using rustup instead of the Ubuntu archive
76
rustup set profile minimal
77
- rustup default 1.83.0 # renovate: charmcraft-rust-latest
+ rustup default 1.92.0 # renovate: charmcraft-rust-latest
78
79
craftctl default
80
# Include requirements.txt in *.charm artifact for easier debugging
terraform/versions.tf
@@ -3,7 +3,7 @@ terraform {
3
required_providers {
4
juju = {
5
source = "juju/juju"
6
- version = ">= 0.14.0"
+ version = ">= 0.14.0, < 1.0.0"
7
}
8
9
0 commit comments