Use debug2 from git

trunk
Alona EM 2021-12-27 01:19:55 +00:00
parent dadf839cca
commit ebf46fc9e6
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -136,6 +136,7 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "debug2"
version = "0.1.0"
source = "git+https://github.com/adotinthevoid/debug2?rev=8b14afb90fc1d9ce470792ea393a9ab821a9e07f#8b14afb90fc1d9ce470792ea393a9ab821a9e07f"
dependencies = [
"debug2-derive",
]
@ -143,6 +144,7 @@ dependencies = [
[[package]]
name = "debug2-derive"
version = "0.1.0"
source = "git+https://github.com/adotinthevoid/debug2?rev=8b14afb90fc1d9ce470792ea393a9ab821a9e07f#8b14afb90fc1d9ce470792ea393a9ab821a9e07f"
dependencies = [
"proc-macro2",
"quote",

View File

@ -9,7 +9,7 @@ edition = "2021"
chumsky = "0.6.0"
lalrpop-util = { version = "0.19.6", features = ["lexer"] }
logos = "0.12.0"
debug2 = {path="../debug2"}
debug2 = { git = "https://github.com/adotinthevoid/debug2", rev="8b14afb90fc1d9ce470792ea393a9ab821a9e07f" }
rustyline = "9.1.1"
rustyline-derive = "0.6.0"

View File

@ -1,5 +1,5 @@
// auto-generated: "lalrpop 0.19.6"
// sha3: a54ba28b30feb1da2d7a31653f616967fd0bc59c54744f5e93177dbb161775
// sha3: b5707c83e9c9ace17f4933f72414e7dc8f862030bd939bf761b94fa5414ee
use crate::{Tree, Literal, Lambda};
use std::rc::Rc;
#[allow(unused_extern_crates)]