diff --git a/forc/src/utils/defaults.rs b/forc/src/utils/defaults.rs index fc8b7f5c9cc..b971ca3fcee 100644 --- a/forc/src/utils/defaults.rs +++ b/forc/src/utils/defaults.rs @@ -11,8 +11,7 @@ license = "Apache-2.0" name = "{project_name}" [dependencies] -core = {{ git = "http://github.com/FuelLabs/sway-lib-core" }} -std = {{ git = "http://github.com/FuelLabs/sway-lib-std" }} +std = {{ git = "https://github.com/FuelLabs/sway-lib-std" }} "# ) }