You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@frewsxcv just clone afl(0.9.0) repo to my laptop and cargo check --all works well. But TiKV still depend on 0.6.0.
I don't know what changes between two versions and how does new version fix this problem.
➜ afl.rs git:(master) git submodule update --init
Submodule 'AFLplusplus' (https://github.com/AFLplusplus/AFLplusplus.git) registered for path 'AFLplusplus'
Cloning into '/Users/gentcys/afl.rs/AFLplusplus'...
Submodule path 'AFLplusplus': checked out 'ddea300822e5628482366ecb38adac31717d69bc'
➜ afl.rs git:(master) git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
➜ afl.rs git:(master) cargo check --all
Compiling afl v0.9.0 (/Users/gentcys/afl.rs)
Finished dev [unoptimized + debuginfo] target(s) in 19.29s
run
cargo check --all
inside tikv project, and error occurred.The text was updated successfully, but these errors were encountered: