We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcaa60 commit a7e95c3Copy full SHA for a7e95c3
build.rs
@@ -99,10 +99,12 @@ fn main() -> Result<()> {
99
"7.4.0",
100
"7.4.1",
101
"7.5.0",
102
+ "7.6.0",
103
"8.0.0",
104
"8.0.1",
105
"8.1.0",
- "9.0.0-pre.20250128.3",
106
+ "8.1.1",
107
+ "9.0.0-pre.20250317.2",
108
];
109
110
let cache_dir = env::current_dir().unwrap().join("bazel-flags-cache");
vscode-extension/package.json
@@ -60,10 +60,12 @@
60
61
62
63
64
65
66
- "9.0.0-pre.20250128.3"
67
68
+ "9.0.0-pre.20250317.2"
69
],
70
"scope": "machine-overridable"
71
},
0 commit comments