Skip to content

Commit a7e95c3

Browse files
committed
Add Bazel versions 7.6.0 and 8.1.1
1 parent ffcaa60 commit a7e95c3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ fn main() -> Result<()> {
9999
"7.4.0",
100100
"7.4.1",
101101
"7.5.0",
102+
"7.6.0",
102103
"8.0.0",
103104
"8.0.1",
104105
"8.1.0",
105-
"9.0.0-pre.20250128.3",
106+
"8.1.1",
107+
"9.0.0-pre.20250317.2",
106108
];
107109

108110
let cache_dir = env::current_dir().unwrap().join("bazel-flags-cache");

vscode-extension/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@
6060
"7.4.0",
6161
"7.4.1",
6262
"7.5.0",
63+
"7.6.0",
6364
"8.0.0",
6465
"8.0.1",
6566
"8.1.0",
66-
"9.0.0-pre.20250128.3"
67+
"8.1.1",
68+
"9.0.0-pre.20250317.2"
6769
],
6870
"scope": "machine-overridable"
6971
},

0 commit comments

Comments
 (0)