mirror of
https://github.com/swc-project/swc.git
synced 2024-12-27 15:42:51 +03:00
8 lines
255 B
Rust
8 lines
255 B
Rust
// This is auto-generated when publish.
|
|
|
|
// A fallback semver version set via cargo build script.
|
|
pub(crate) static PKG_SEMVER_FALLBACK: &str =
|
|
include_str!(concat!(env!("OUT_DIR"), "/core_pkg_version.txt"));
|
|
|
|
pub(crate) static GIT_SHA: &str = "dev";
|