feat(rust): use symlink for trezor-client/protob

to satisfy cargo publish --dry-run

it seems there is something smart going on and the symlink is expanded
to file copies during the build

[no changelog]
pull/3146/head rust/trezor-client/v0.1.1
Pavol Rusnak 10 months ago
parent 880e012e5c
commit b4825f408a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,7 +1,7 @@
use std::{fs, path::PathBuf};
fn main() {
let proto_path = "../../common/protob";
let proto_path = "protob";
let protos: Vec<PathBuf> = fs::read_dir(proto_path)
.unwrap()
.filter_map(|entry| {

@ -0,0 +1 @@
../../common/protob
Loading…
Cancel
Save