Skip to content

Commit

Permalink
Updated manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondrod committed Feb 20, 2022
1 parent bc00530 commit 5222439
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion qrpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "qrpc"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["diamondrod"]
license = "Apache-2.0"
description = """
gRPC client for q/kdb+.
"""

[lib]
crate-type=["cdylib"]
Expand Down
6 changes: 5 additions & 1 deletion qrpc_build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[package]
name = "qrpc_build"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["diamondrod"]
license = "Apache-2.0"
description = """
Generate corrensponding Rust and q code from users' proto files for qrpc.
"""

0 comments on commit 5222439

Please sign in to comment.