Skip to content

Commit

Permalink
Merge pull request #2 from sitkevij/develop
Browse files Browse the repository at this point in the history
main <- develop: cargo changes
  • Loading branch information
sitkevij authored Nov 21, 2020
2 parents d711ac0 + 1da34cb commit ca849f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ edition = "2018"
keywords = ["cli", "terminal", "no_color", "color"]
readme = "README.md"
repository = "https://github.com/sitkevij/no_color"
include = ["src/**/*","examples/**/*","Cargo.toml","Cargo.lock", "README.md"]
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ cargo-install-tools:
cargo install --list

publish-dry-run:
cargo publish --dry-run
cargo publish --allow-dirty --dry-run
cargo package --list

geiger:
cargo geiger

Expand Down

0 comments on commit ca849f3

Please sign in to comment.