Skip to content
Snippets Groups Projects
Verified Commit 8594c9bf authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

bump nob.rs to use support for env vars

parent a84b2b12
No related branches found
No related tags found
1 merge request!202use `gitlab.isae-supaero.fr:a.stevan/nob.rs` to build
Pipeline #8292 passed
......@@ -6,7 +6,7 @@
//! edition = "2021"
//!
//! [dependencies]
//! nob = { git = "https://gitlab.isae-supaero.fr/a.stevan/nob.rs", rev = "4ecb8ba38551282f72afe735b6e846e5a8d05dbe" }
//! nob = { git = "https://gitlab.isae-supaero.fr/a.stevan/nob.rs", rev = "e4b03cdd4f1ba9daf3095930911b12fb28b6a248" }
//! clap = { version = "4.5.17", features = ["derive"] }
//! ```
extern crate clap;
......@@ -116,7 +116,7 @@ fn main() {
if *open { cmd.push("--open") }
if *private { cmd.push("--document-private-items") }
if *features { cmd.push("--all-features") }
nob::run_cmd_as_vec_and_fail!(cmd);
nob::run_cmd_as_vec_and_fail!(cmd ; "RUSTDOCFLAGS" => "--html-in-header katex.html");
},
None => {}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment