Skip to content

Commit

Permalink
Merge branch 'aurora' into renovate/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 22, 2023
2 parents ac03193 + 92df52d commit f826d42
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .idea/workspace.xml

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

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.

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "todo2"
version = "0.1.0"
version = "0.1.2"
edition = "2021"
license = "MIT OR Unlicense"
authors = ["Anas Elgarhy <[email protected]>"]
Expand All @@ -9,8 +9,7 @@ repository = "https://github.com/0x61nas/todo2"
documentation = "https://docs.rs/todo2"
keywords = ["todo", "todo-or-die"]
categories = ["development-tools", "macros"]
include = ["LICENSE", "LICENSE-UNLICENSE", "src/*"]
exclude = ["tests/*"]
rust-version = "1.67.1"

[dependencies.chrono]
version = "0.4.30"
Expand Down Expand Up @@ -45,4 +44,8 @@ and-time = []
[lib]
proc-macro = true
path = "src/lib.rs"
doc-scrape-examples = false

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

0 comments on commit f826d42

Please sign in to comment.