mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update uuid
This is required to use the new version of gleam and update ipc-channels without duplicating the dependency in the future.
This commit is contained in:
parent
edeed11cef
commit
78464eeabc
8 changed files with 34 additions and 25 deletions
|
@ -198,7 +198,7 @@ fn test_fetch_blob() {
|
|||
true,
|
||||
"http://www.example.org".into(),
|
||||
);
|
||||
let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.to_simple())).unwrap();
|
||||
let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.simple())).unwrap();
|
||||
|
||||
let mut request = Request::new(
|
||||
url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue