Skip to content

Commit

Permalink
upgrade cron to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
foxzool committed Nov 29, 2024
1 parent b732dd4 commit 69e7634
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 58 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [unreleased]

* bump `bevy_ecs` version to `0.15.0`
* upgrade `cron` to `0.13.0`

## [0.5.0-rc.1] - 2024-10-23

* bump bevy version to `0.15.0-rc.1`
Expand Down
100 changes: 49 additions & 51 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ homepage = "https://github.com/foxzool/bevy_cronjob"
documentation = "https://docs.rs/bevy_cronjob"

[dependencies]
bevy_ecs = { version = "0.15.0-rc.1" }
bevy_app = { version = "0.15.0-rc.1" }
bevy_hierarchy = { version = "0.15.0-rc.1" }
bevy_reflect = { version = "0.15.0-rc.1" }
bevy_ecs = { version = "0.15.0-rc.3" }

cron = "0.12.0"
cron = "0.13.0"
chrono = "0.4.19"

[dev-dependencies]
bevy = { version = "0.15.0-rc.1", default-features = false, features = [] }
bevy = { version = "0.15.0-rc.3", default-features = false, features = [] }
#bevy = { path = "../bevy" }


Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![crates.io](https://img.shields.io/crates/v/bevy_cronjob)](https://crates.io/crates/bevy_cronjob)
[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/Seldom-SE/seldom_pixel#license)
[![crates.io](https://img.shields.io/crates/d/bevy_cronjob)](https://crates.io/crates/bevy_cronjob)
[![CI](https://github.com/foxzool/bevy_cronjob/workflows/CI/badge.svg)](https://github.com/foxzool/bevy_cronjob/actions)
[![Documentation](https://docs.rs/bevy_cronjob/badge.svg)](https://docs.rs/bevy_cronjob)

Expand Down

0 comments on commit 69e7634

Please sign in to comment.