Skip to content

Commit

Permalink
Fix hifitime upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Oct 11, 2024
1 parent eddf9bb commit ab77ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions rinex/src/epoch.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
//! Epoch parsing helpers
use crate::types::Type;
use hifitime::{
Epoch,
//EpochError as HifitimeEpochError,
errors::{
ParsingError as HifitimeParsingError,
HifitimeError,
},
//EpochError as HifitimeEpochError,
errors::{HifitimeError, ParsingError as HifitimeParsingError},
Epoch,
TimeScale,
};
use std::str::FromStr;
Expand Down
2 changes: 1 addition & 1 deletion rinex/src/merge.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//! RINEX File merging (combination)
use crate::prelude::Epoch;
use hifitime::errors::HifitimeError;
use std::cmp::{Eq, PartialEq};
use std::collections::HashMap;
use std::hash::Hash;
use thiserror::Error;
use hifitime::errors::HifitimeError;

// use hifitime::EpochError;

Expand Down

0 comments on commit ab77ab6

Please sign in to comment.