Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 2c71df8

Browse files
committed
new formatting changes requires unreleased version of gll
1 parent bb94135 commit 2c71df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.1.0"
44
authors = ["The Rust Project Developers"]
55

66
[dependencies]
7-
gll = "0.0.2"
7+
gll = { git = "https://github.com/lykenware/gll" }
88
proc-macro2 = "0.4.0"
99
structopt = "0.2.12"
1010
walkdir = "2.2.6"
1111

1212
[build-dependencies]
13-
gll = "0.0.2"
13+
gll = { git = "https://github.com/lykenware/gll" }
1414
walkdir = "2.2.6"

0 commit comments

Comments
 (0)