mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
parsers: remove unused build script
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
dce8ab445c
commit
449c8d8131
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
use rustc_version::{version_meta, Channel};
|
||||
|
||||
fn main() {
|
||||
let version = version_meta().unwrap();
|
||||
|
||||
match version.channel {
|
||||
Channel::Nightly => {
|
||||
println!("cargo:rustc-cfg=rustc_nightly");
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue