Merge pull request #1030 from lzutao/rustup

Rustup
This commit is contained in:
Eric Huss 2019-09-21 09:03:34 -07:00 committed by GitHub
commit b4bb44292d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 483 additions and 481 deletions

960
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -42,11 +42,11 @@ notify = { version = "4.0", optional = true }
# Serve feature # Serve feature
iron = { version = "0.6", optional = true } iron = { version = "0.6", optional = true }
staticfile = { version = "0.5", optional = true } staticfile = { version = "0.5", optional = true }
ws = { version = "0.8", optional = true} ws = { version = "0.9", optional = true}
# Search feature # Search feature
elasticlunr-rs = { version = "2.3", optional = true, default-features = false } elasticlunr-rs = { version = "2.3", optional = true, default-features = false }
ammonia = { version = "2.1.2", optional = true } ammonia = { version = "3", optional = true }
[dev-dependencies] [dev-dependencies]
select = "0.4" select = "0.4"