Skip to content

Commit

Permalink
Use OR keyword instead of deprecated /
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Aug 21, 2020
1 parent eebb855 commit 76dab1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
authors = [
"Yuki Okushi <huyuumi.dev@gmail.com>"
]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/JohnTitor/ctest2"
homepage = "https://github.com/JohnTitor/ctest2"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! For example usage, see the [main `README.md`][project] for how to set it
//! up.
//!
//! [project]: https://github.com/alexcrichton/ctest2
//! [project]: https://github.com/JohnTitor/ctest2

#![deny(missing_docs)]
#![allow(bare_trait_objects)]
Expand Down

0 comments on commit 76dab1c

Please sign in to comment.