diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 3e9894fca2c..708fd6fd6ad 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -78,7 +78,7 @@ git = "https://github.com/pcwalton/gaol" [target.arm-unknown-linux-gnueabihf.dependencies.gaol] git = "https://github.com/pcwalton/gaol" -[target.aarch64-unknown-linux-gnueabihf.dependencies.gaol] +[target.aarch64-unknown-linux-gnu.dependencies.gaol] git = "https://github.com/pcwalton/gaol" [dependencies] diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index d602b81b206..e2c8c6766b8 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -140,7 +140,7 @@ git = "https://github.com/pcwalton/gaol" [target.arm-unknown-linux-gnueabihf.dependencies.gaol] git = "https://github.com/pcwalton/gaol" -[target.aarch64-unknown-linux-gnueabihf.dependencies.gaol] +[target.aarch64-unknown-linux-gnu.dependencies.gaol] git = "https://github.com/pcwalton/gaol" [dependencies.ipc-channel]