Unverified Commit c757a12d authored by Hanna Fadida's avatar Hanna Fadida Committed by GitHub
Browse files

upgrade cffi version (#111)

- update .gitignore
parent 40100cfa
*.o *.o
*.so
*.gcno *.gcno
*.gcda
*.gcov
*.dylib
*~ *~
libraft.a libraft.a
libraft.so libraft.so
...@@ -8,3 +12,6 @@ libraft.so ...@@ -8,3 +12,6 @@ libraft.so
**/__pycache__ **/__pycache__
cmake-build* cmake-build*
.idea .idea
tests/.raft_cffi_built
tests/raft_cffi.c
build/
cffi==1.14.0 cffi==1.15.0
colorama==0.4.3 colorama==0.4.3
coloredlogs==14.0 coloredlogs==14.0
docopt==0.6.2 docopt==0.6.2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment