task field order changed
This commit is contained in:
		
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -825,7 +825,7 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "toru"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
version = "0.1.1"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "chrono",
 | 
			
		||||
 "clap",
 | 
			
		||||
 
 | 
			
		||||
@@ -93,7 +93,6 @@ impl TimeEntry {
 | 
			
		||||
pub struct InternalTask {
 | 
			
		||||
    pub id : Id,
 | 
			
		||||
    pub name : String,
 | 
			
		||||
    pub info : Option<String>,
 | 
			
		||||
    pub tags : HashSet<String>,
 | 
			
		||||
    pub dependencies : HashSet<Id>,
 | 
			
		||||
    pub priority : Priority,
 | 
			
		||||
@@ -101,6 +100,7 @@ pub struct InternalTask {
 | 
			
		||||
    pub created : chrono::NaiveDateTime,
 | 
			
		||||
    pub complete : bool,
 | 
			
		||||
    pub discarded : bool,
 | 
			
		||||
    pub info : Option<String>,
 | 
			
		||||
    pub time_entries : Vec<TimeEntry>,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user