-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: forgot a ) char in a display method (#319)
* set grovedbg-types version (#316) * update grovedbg-types manifest (#317) * fix: forgot a ) char in a display method --------- Co-authored-by: fominok <[email protected]>
- Loading branch information
1 parent
8ada131
commit 7765aa9
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
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
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
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,7 +1,11 @@ | ||
[package] | ||
name = "grovedbg-types" | ||
version = "0.1.0" | ||
version = "1.0.0-rc.2" | ||
edition = "2021" | ||
description = "Common type definitions for data exchange over GroveDBG protocol" | ||
authors = ["Evgeny Fomin <[email protected]>"] | ||
license = "MIT" | ||
repository = "https://github.com/dashpay/grovedb" | ||
|
||
[dependencies] | ||
serde = { version = "1.0.201", features = ["derive"] } |