Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Feb 23, 2020
1 parent 44e5889 commit d6d19ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ readme = "README.md"
keywords = ["search", "index", "server", "information", "retrieval"]
categories = ["database"]
license = "MIT"
exclude = ["docs", "docs_src", "etc"]

[lib]
name = "bayard"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ endif

clean:
rm -rf $(BIN_DIR)
rm -rf $(DOCS_DIR)
cargo clean

format:
Expand Down Expand Up @@ -39,4 +38,5 @@ clean-docker:

.PHONY: docs
docs:
rm -rf $(DOCS_DIR)
mdbook build

0 comments on commit d6d19ed

Please sign in to comment.