Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
update packages to v0.0.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow authored Aug 21, 2023
1 parent 47bf5f1 commit fab4f80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zachsbot"
description = "A library of re-usable functions for my bots"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/sneakycrow/zachsbot"
Expand Down
4 changes: 2 additions & 2 deletions packages/discord/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "zachsbot-discord"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
poise = "0.5.5"
tokio = { version = "1.12.0", features = ["full"] }
zachsbot = "0.0.1"
zachsbot = "0.0.2"

0 comments on commit fab4f80

Please sign in to comment.