We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 566383d + ee4aaf2 commit 3177daeCopy full SHA for 3177dae
build.rs
@@ -8,7 +8,7 @@ use std::path::{Path, PathBuf};
8
use std::process::Command;
9
10
const PACKAGE_URL: &str =
11
- "https://github.com/cuddorg/cudd/releases/download/cudd-3.0.0/cudd-3.0.0.tar.gz";
+ "https://github.com/cuddorg/cudd/releases/download/3.0.0/cudd-3.0.0.tar.gz";
12
const PACKAGE_SHA256: &str = "5fe145041c594689e6e7cf4cd623d5f2b7c36261708be8c9a72aed72cf67acce";
13
14
#[derive(Debug)]
0 commit comments