mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Update dep with major version changes
This commit is contained in:
parent
61174c4bc5
commit
d49ac68bcc
34 changed files with 547 additions and 906 deletions
|
@ -8,7 +8,9 @@ use roc_mono::ir::OptLevel;
|
|||
use std::path::{Path, PathBuf};
|
||||
use std::time::Duration;
|
||||
|
||||
use roc_collections::all::{MutMap, MutSet};
|
||||
use roc_collections::all::MutMap;
|
||||
#[cfg(feature = "target-wasm32")]
|
||||
use roc_collections::all::MutSet;
|
||||
|
||||
#[derive(Debug, Clone, Copy, Default)]
|
||||
pub struct CodeGenTiming {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue