mirror of
				https://github.com/Xetibo/ReSet.git
				synced 2025-11-04 01:35:20 +01:00 
			
		
		
		
	bump reset lib version
fix parameter type
This commit is contained in:
		
							parent
							
								
									8c5595ea2a
								
							
						
					
					
						commit
						257d6753f1
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ description = "A wip universal Linux settings application."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
reset_daemon = "0.4.6"
 | 
					reset_daemon = "0.4.6"
 | 
				
			||||||
re_set-lib = "0.6.5"
 | 
					re_set-lib = "0.6.6"
 | 
				
			||||||
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
 | 
					adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
 | 
				
			||||||
dbus = "0.9.7"
 | 
					dbus = "0.9.7"
 | 
				
			||||||
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
 | 
					gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,4 @@
 | 
				
			||||||
 | 
					use std::collections::HashMap;
 | 
				
			||||||
use std::net::{Ipv4Addr, Ipv6Addr};
 | 
					use std::net::{Ipv4Addr, Ipv6Addr};
 | 
				
			||||||
use std::str::FromStr;
 | 
					use std::str::FromStr;
 | 
				
			||||||
use std::sync::Arc;
 | 
					use std::sync::Arc;
 | 
				
			||||||
| 
						 | 
					@ -375,7 +376,7 @@ fn setup_callbacks(wifi_options: &Arc<WifiOptions>, path: Path<'static>) {
 | 
				
			||||||
        }));
 | 
					        }));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
fn set_connection_settings(path: Path<'static>, prop: PropMap) {
 | 
					fn set_connection_settings(path: Path<'static>, prop: HashMap<String, PropMap>) {
 | 
				
			||||||
    gio::spawn_blocking(move || {
 | 
					    gio::spawn_blocking(move || {
 | 
				
			||||||
        let conn = dbus::blocking::Connection::new_session().unwrap();
 | 
					        let conn = dbus::blocking::Connection::new_session().unwrap();
 | 
				
			||||||
        let proxy = conn.with_proxy(
 | 
					        let proxy = conn.with_proxy(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue