File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -245,17 +245,13 @@ jobs:
245
245
keys :
246
246
- cargocache-v2-package_crypto-rust:1.74-{{ checksum "Cargo.lock" }}
247
247
- run :
248
- name : Build (no features)
249
- working_directory : ~/project/packages/crypto
250
- command : cargo build --locked --no-default-features
251
- - run :
252
- name : Build (all features)
248
+ name : Build
253
249
working_directory : ~/project/packages/crypto
254
- command : cargo build --locked --features std
250
+ command : cargo build --locked
255
251
- run :
256
252
name : Run tests
257
253
working_directory : ~/project/packages/crypto
258
- command : cargo test --locked --features std
254
+ command : cargo test --locked
259
255
- save_cache :
260
256
paths :
261
257
- /usr/local/cargo/registry
Original file line number Diff line number Diff line change 1
- #![ cfg( feature = "std" ) ]
2
-
3
1
use std:: { error:: Error , fs} ;
4
2
5
3
use ark_serialize:: { CanonicalDeserialize , CanonicalSerialize } ;
You can’t perform that action at this time.
0 commit comments