diff options
author | Nadrieril | 2019-04-05 00:09:07 +0200 |
---|---|---|
committer | Nadrieril | 2019-04-05 00:09:07 +0200 |
commit | f78af6d1e7f6c1dc39bde6cf97138327004ddb06 (patch) | |
tree | b24b8ec46c0bc0cf41c35e8e8d02139f55d598ce /dhall | |
parent | a9f4e9b10196d75e674d95160955360d388a772b (diff) |
Update dhall-lang submodule
Diffstat (limited to '')
m--------- | dhall-lang | 0 | ||||
-rw-r--r-- | dhall/build.rs | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/dhall-lang b/dhall-lang -Subproject 1f87b0285ffc098a3ef05c93a8186c32736bd4a +Subproject 30841349fd02fd4eb965cba23a8dc557e99fbd1 diff --git a/dhall/build.rs b/dhall/build.rs index f7a31c0..e80115f 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -23,6 +23,7 @@ fn dhall_files_in_dir<'a>(dir: &'a Path) -> impl Iterator<Item = String> + 'a { fn main() -> std::io::Result<()> { println!("cargo:rerun-if-changed=../dhall-lang/.git"); + println!("cargo:rerun-if-changed=../.git/modules/dhall-lang/refs/heads/master"); let out_dir = env::var("OUT_DIR").unwrap(); let tests_dir = Path::new("../dhall-lang/tests/"); |