File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,9 @@ else which requires you to load the module yourself.
226
226
## Changelog
227
227
* ` 0.6.24 `
228
228
* Conditional dependencies of form ` [target.'cfg(...)'.dependencies] ` are now properly supported
229
+ * You can now use ` cfg(cargo_web) ` to detect whenever your crate is being compiled under ` cargo-web `
229
230
* Artifacts matching ` target/wasm32-unknown-unknown/*/deps/*.wasm ` are now ignored; this should prevent
230
- superfluous ` .wasm ` artifacts generated due to dependencies also being ` cdylib ` s from being processed
231
+ ` cargo-web ` from processing superfluous ` .wasm ` artifacts generated due to dependencies also being ` cdylib ` s
231
232
* ` cargo-web ` is now available as a library through a ` structopt ` -based interface
232
233
* ` 0.6.23 `
233
234
* New subcommand: ` cargo web check `
You can’t perform that action at this time.
0 commit comments