We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d736fa commit 542e7a3Copy full SHA for 542e7a3
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Cache WASM build
29
uses: actions/cache@v3
30
with:
31
- path: rust_backend/target
+ path: popgetter-browser/rust_backend/target
32
key: rust_backend
33
34
- name: Install dependencies for all packages
popgetter-browser/rust_backend/src/lib.rs
@@ -75,7 +75,6 @@ impl Backend {
75
});
76
let popgetter = Popgetter::new()
77
.await
78
- .map_err(|err| info!("{err}"))
79
.unwrap();
80
let expanded_metadata_df = popgetter
81
.metadata
0 commit comments