Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
build: upgrade versiono and nuke raftstore impl (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Oct 18, 2023
1 parent 721981a commit 75c8d73
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 1,492 deletions.
125 changes: 24 additions & 101 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
[workspace]
members = [
'src/raft',
'src/raftstore',
]

resolver = "2"
Expand Down
4 changes: 2 additions & 2 deletions src/raft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum-iterator = "1.4.1"
fxhash = "0.2.1"
fail = "0.5.1"
getset = "0.1.1"
prost = "0.11.9"
prost = "0.12.1"
thiserror = "1.0"
rand = "0.8.5"
tracing = "0.1.37"
Expand All @@ -45,5 +45,5 @@ regex = "1.8.4"
tracing-subscriber = "0.3.17"

[build-dependencies]
prost-build = "0.11.9"
prost-build = "0.12.1"
protobuf-src = "1.1.0"
43 changes: 0 additions & 43 deletions src/raftstore/Cargo.toml

This file was deleted.

25 changes: 0 additions & 25 deletions src/raftstore/build.rs

This file was deleted.

Loading

0 comments on commit 75c8d73

Please sign in to comment.