|
|
@ -2,7 +2,7 @@ use std::env;
|
|
|
|
use std::path::Path;
|
|
|
|
use std::path::Path;
|
|
|
|
use std::process::Command;
|
|
|
|
use std::process::Command;
|
|
|
|
|
|
|
|
|
|
|
|
static VERSION: &'static str = "1.3.4"; // Should be the same as the version in the manifest
|
|
|
|
static VERSION: &'static str = "1.3.5"; // Should be the same as the version in the manifest
|
|
|
|
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
fn main() {
|
|
|
|
let out_dir_var = env::var("OUT_DIR").unwrap();
|
|
|
|
let out_dir_var = env::var("OUT_DIR").unwrap();
|
|
|
|