Skip to content

Commit e5e741b

Browse files
authored
Merge pull request #122 from onur/own-rusttype
Use our own version of rusttype
2 parents cc96115 + d7ebec6 commit e5e741b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.lock

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ rev = "9fe7f07579d6d2672dd7e95c70adaea65d8e9a2e"
4343
version = "0.14"
4444
features = [ "with-time", "with-rustc-serialize" ]
4545

46+
[replace."rusttype:0.2.1"]
47+
git = "https://github.com/onur/rusttype.git"
48+
rev = "2c0b58a4017c1387b0bb621def92541eba256381"
49+
4650
[dev-dependencies]
4751
tempdir = "0.3"
4852

0 commit comments

Comments
 (0)