mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-17 21:46:31 +00:00
rust: update to rustc 1.81.0
This commit is contained in:
parent
cb9361939c
commit
63974e44d8
1 changed files with 1 additions and 1 deletions
|
@ -1266,7 +1266,7 @@ impl GraphView {
|
|||
if let Some(id) = attrs.get::<String>(&String::from("id")) {
|
||||
self.set_id(id.parse::<u32>().expect("id should be an u32"));
|
||||
}
|
||||
if let Some(version) = attrs.get::<String>(&"version".to_string()) {
|
||||
if let Some(version) = attrs.get::<String>(&String::from("version")) {
|
||||
info!("Found file format version: {}", version);
|
||||
} else {
|
||||
warn!("No file format version found");
|
||||
|
|
Loading…
Reference in a new issue