diff --git a/compiler/base/Cargo.toml b/compiler/base/Cargo.toml index 75cba2c6f..8dde6ba13 100644 --- a/compiler/base/Cargo.toml +++ b/compiler/base/Cargo.toml @@ -551,6 +551,10 @@ version = "=0.2.3" package = "num-traits" version = "=0.2.11" +[dependencies.once_cell] +package = "once_cell" +version = "=1.3.1" + [dependencies.opaque_debug] package = "opaque-debug" version = "=0.2.3" diff --git a/compiler/base/crate-information.json b/compiler/base/crate-information.json index 49dfa5234..221cd0d8d 100644 --- a/compiler/base/crate-information.json +++ b/compiler/base/crate-information.json @@ -669,6 +669,11 @@ "version": "1.12.0", "id": "num_cpus" }, + { + "name": "once_cell", + "version": "1.3.1", + "id": "once_cell", + }, { "name": "opaque-debug", "version": "0.2.3", @@ -1379,4 +1384,4 @@ "version": "0.4.3", "id": "yaml_rust" } -] \ No newline at end of file +]