1
1
ミラー元 https://github.com/henrydcase/pqc.git 前回の同期 2024-11-22 07:35:38 +00:00

fix rust bindings

このコミットが含まれているのは:
Henry Case 2021-03-25 00:08:14 +00:00
コミット 730b2c7d47

ファイルの表示

@ -21,3 +21,6 @@ jobs:
- name: run tests
run: |
cd build && ./ut
- name: Build Rust bindings
run: |
cd src/rustapi/pqc-sys && cargo build