Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jul 19, 2023
1 parent 9625df3 commit 2c132ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
23 changes: 0 additions & 23 deletions docs/tutorials/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/tutorials/crates/baked/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn main() {
let mut options = BakedOptions::default();
// Overwrite the baked data if it was already present:
options.overwrite = true;
options.use_separate_crates = false;


icu_datagen::datagen(
Expand Down

0 comments on commit 2c132ec

Please sign in to comment.