11 Star 106 Fork 12

TEO Cloud / teo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.rs 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
Victor Teo 提交于 2024-02-15 08:56 . fix warning in build.rs
use rustc_version::version;
fn main() {
// export rustc version to the executable
let version_string = version().unwrap().to_string();
println!("cargo:rustc-env=TEO_RUSTC_VERSION={}", version_string);
}
Rust
1
https://gitee.com/teocloud/teo.git
git@gitee.com:teocloud/teo.git
teocloud
teo
teo
main

搜索帮助