Skip to content

Commit

Permalink
Add rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
clonejo authored and evgeni committed Dec 24, 2024
1 parent c908bba commit 185f4a0
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
103 changes: 103 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,100 @@
}
}
}
},
"rust": {
"short": "Rust",
"description": "Rust",
"programs": {
"rust": {
"versions": {
"debian": {
"buster": {
"version": [
"1.41.1"
]
},
"bullseye": {
"version": [
"1.48.0"
]
},
"bookworm": {
"version": [
"1.63.0"
]
},
"trixie": {
"version": [
"1.83.0"
]
}
},
"ubuntu": {
"focal": {
"version": [
"1.41.0",
"1.75.0"
]
},
"jammy": {
"version": [
"1.58.1",
"1.75.0"
]
},
"noble": {
"version": [
"1.75.0"
]
},
"plucky": {
"version": [
"1.80.1ubuntu2"
]
}
},
"rhel": {
"7": {
"version": []
},
"8": {
"version": [
"1.49.0",
"1.52.1",
"1.53.0",
"1.54.0",
"1.56.1",
"1.58.1",
"1.60.0",
"1.62.1",
"1.66.1",
"1.69.0",
"1.71.1",
"1.73.0",
"1.75.0"
]
},
"9": {
"version": [
"1.75.0",
"1.77.2",
"1.79.0",
"1.82.0"
]
},
"10": {
"version": [
"1.79.0",
"1.80.1",
"1.81.0",
"1.82.0"
]
}
}
}
}
}
}
},
"distros": {
Expand Down Expand Up @@ -2034,6 +2128,9 @@
},
"zsh": {
"zsh": "zsh"
},
"rust": {
"rust": "rustc"
}
}
},
Expand Down Expand Up @@ -2151,6 +2248,9 @@
},
"zsh": {
"zsh": "zsh"
},
"rust": {
"rust": "rustc"
}
}
},
Expand Down Expand Up @@ -2271,6 +2371,9 @@
},
"zsh": {
"zsh": "zsh"
},
"rust": {
"rust": "rust"
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ groups:
description: Zsh
programs:
zsh: {}
rust:
short: Rust
description: Rust
programs:
rust: {}

distros:
debian:
Expand Down Expand Up @@ -188,6 +193,8 @@ distros:
nodejs: nodejs
zsh:
zsh: zsh
rust:
rust: rustc

ubuntu:
description: Ubuntu
Expand Down Expand Up @@ -298,6 +305,8 @@ distros:
- nodejs22
zsh:
zsh: zsh
rust:
rust: rust

sles:
styleClass: "suse"
Expand Down

0 comments on commit 185f4a0

Please sign in to comment.