Skip to content

Commit

Permalink
refactor!: remove duration type from gRPC (#3825)
Browse files Browse the repository at this point in the history
* refactor: remove duration type

* chore: proto
  • Loading branch information
fengjiachun authored Apr 29, 2024
1 parent c387687 commit 336db38
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 323 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ etcd-client = { git = "https://github.com/MichaelScofield/etcd-client.git", rev
fst = "0.4.7"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "2c14c6e22dfe957f40bb88dd01fb8530656de89b" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "aba235025ac5643c12bfdcefd656af11ad58ea8e" }
humantime = "2.1"
humantime-serde = "1.1"
itertools = "0.10"
Expand Down
Loading

0 comments on commit 336db38

Please sign in to comment.