Skip to content

Commit

Permalink
Fix memory leak and warning (rust-lang#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and Dylan-DPC committed Jul 1, 2019
1 parent 2a5a7b4 commit 2bc7182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ws = { version = "0.8", optional = true}

# Search feature
elasticlunr-rs = { version = "2.3", optional = true, default-features = false }
ammonia = { version = "2.1", optional = true }
ammonia = { version = "2.1.2", optional = true }

[dev-dependencies]
select = "0.4"
Expand Down

0 comments on commit 2bc7182

Please sign in to comment.