Skip to content

Commit

Permalink
feat: Copy Big Query button, Pins, /auth, Graceful Shutdown & Versi…
Browse files Browse the repository at this point in the history
…on metadata (#15)

Co-authored-by: Raphael Darley <raphael@raphaeldarley.com>
  • Loading branch information
alyti and RaphaelDarley committed Aug 3, 2023
1 parent e5b715c commit 88bbe4c
Show file tree
Hide file tree
Showing 22 changed files with 1,217 additions and 647 deletions.
69 changes: 67 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surreal_bot"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = [
"Raphael Darley <raphael.darley@surrealdb.com>",
Expand All @@ -9,6 +9,7 @@ authors = [

[dependencies]
anyhow = "1.0.71"
cargo-lock = "9.0.0"
async-channel = "1.9.0"
dotenv = "0.15.0"
humantime = "2.1.0"
Expand Down
Loading

0 comments on commit 88bbe4c

Please sign in to comment.