Skip to content

Commit 3177dae

Browse files
authored
Merge pull request #6 from pleich/master
update download URL to point to renamed release
2 parents 566383d + ee4aaf2 commit 3177dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::path::{Path, PathBuf};
88
use std::process::Command;
99

1010
const PACKAGE_URL: &str =
11-
"https://github.com/cuddorg/cudd/releases/download/cudd-3.0.0/cudd-3.0.0.tar.gz";
11+
"https://github.com/cuddorg/cudd/releases/download/3.0.0/cudd-3.0.0.tar.gz";
1212
const PACKAGE_SHA256: &str = "5fe145041c594689e6e7cf4cd623d5f2b7c36261708be8c9a72aed72cf67acce";
1313

1414
#[derive(Debug)]

0 commit comments

Comments
 (0)