update dependencies
This commit is contained in:
@@ -9,13 +9,13 @@ crate-type = ["cdylib"]
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2.60"
|
||||
wasm-bindgen = "0.2.63"
|
||||
console_error_panic_hook = "0.1.6"
|
||||
wee_alloc = "0.4.5"
|
||||
sbp = { path = "../sbp", features = ["f32"] }
|
||||
ndarray = "0.13.0"
|
||||
ndarray = "0.13.1"
|
||||
euler = { path = "../euler" }
|
||||
maxwell = { path = "../maxwell" }
|
||||
maxwell = { path = "../maxwell", features = ["sparse"] }
|
||||
shallow-water = { path = "../shallow_water" }
|
||||
console_log = "0.2.0"
|
||||
log = "0.4.8"
|
||||
|
||||
@@ -28,7 +28,7 @@ if __name__ == "__main__":
|
||||
command = ["cargo", "build", "--target", target_triple]
|
||||
env = os.environ.copy()
|
||||
if args.release:
|
||||
env["RUSTFLAGS"] = "-C opt-level=3 -C codegen-units=1 -C lto=fat"
|
||||
env["RUSTFLAGS"] = "-C opt-level=3 -C codegen-units=1 -C lto=fat -C embed-bitcode"
|
||||
command.append("--release")
|
||||
|
||||
check_call(command, env=env)
|
||||
|
||||
Reference in New Issue
Block a user