rspack_workspace 0.7.11

Rspack workspace utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen' to re-generate the file.
/// The version of the `swc_core` package used in the current workspace.
pub const fn rspack_swc_core_version() -> &'static str {
  "59.0.1"
}

/// The version of the JavaScript `@rspack/core` package.
pub const fn rspack_pkg_version() -> &'static str {
  "1.7.11"
}

/// The version of the Rust workspace in the root `Cargo.toml` of the repository.
pub const fn rspack_workspace_version() -> &'static str {
  "0.7.11"
}