Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Cargo.toml
  • Loading branch information
qiaoruntao committed Dec 5, 2023
2 parents 6658a82 + 44a7688 commit 5320b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "mscheduler"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/qiaoruntao/mscheduler"
publish = ["crates-io"]
description = "Use mongodb to schedule task running"
license = "MIT OR Apache-2.0"
Expand All @@ -24,4 +25,4 @@ typed-builder = { version = "0" }
tokio = { version = "1", features = ["rt-multi-thread"] }
env_logger = "0"
test-log = { version = "0", features = ["trace"] }
tracing-subscriber = { version = "0", default-features = false, features = ["env-filter", "fmt"] }
tracing-subscriber = { version = "0", default-features = false, features = ["env-filter", "fmt"] }

0 comments on commit 5320b8c

Please sign in to comment.