rspack_workspace 0.101.5

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 {
  "72.0.0"
}

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

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