-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update `Cargo.toml` license * chore: update README w/ badges & docs * chore: add build status badge to README * chore: bump version on README to 0.1.6 * refactor: `Unable to downcast` warn now prints handler name * update: Cargo version `0.1.6` Co-authored-by: itsezc <[email protected]>
- Loading branch information
1 parent
39e51c7
commit 45fee8f
Showing
4 changed files
with
90 additions
and
71 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = 'arangodb_events_rs' | ||
version = '0.1.5' | ||
version = '0.1.6' | ||
edition = '2021' | ||
authors = ['Foretag Inc. <[email protected]>'] | ||
repository = 'https://github.com/ForetagInc/arangodb-events-rs' | ||
keywords = ['arango', 'arangoDB', 'events', 'trigger', 'database'] | ||
categories = ['database'] | ||
description = 'Subscribe to real time events on your ArangoDB database in Rust' | ||
license = "MIT/Apache-2.0" | ||
license = 'MPL-2.0' | ||
exclude = ['.gitignore', '.github'] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.