Update dependencies

This commit is contained in:
Minseong Jang
2021-12-31 16:30:54 +09:00
parent de3068854a
commit fca635529c
8 changed files with 83 additions and 185 deletions

View File

@@ -10,7 +10,7 @@ mod write_ir;
use core::convert::TryFrom;
use core::fmt;
use core::ops::{Deref, DerefMut};
use hexf::{parse_hexf32, parse_hexf64};
use hexf_parse::{parse_hexf32, parse_hexf64};
use lang_c::ast;
use ordered_float::OrderedFloat;
use std::collections::{BTreeMap, HashMap};