1 Star 0 Fork 14

ailife/teo

forked from 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);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/ailife123/teo.git
[email protected]:ailife123/teo.git
ailife123
teo
teo
main

搜索帮助