Skip to content

Commit 38faf85

Browse files
committed
Merge branch 'ivanceras-master'
2 parents c2e5f9a + 95cd02a commit 38faf85

File tree

12 files changed

+976
-815
lines changed

12 files changed

+976
-815
lines changed

frameworks/non-keyed/sauron/Cargo.toml renamed to frameworks/keyed/sauron/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "js-framework-benchmark-sauron"
33
version = "0.1.0"
4-
authors = ["Markus Kohlhase <[email protected]>"]
4+
authors = ["Markus Kohlhase <[email protected]>", "Jovansonlee Cesar <[email protected]>" ]
55
edition = "2021"
66

77
[lib]
@@ -10,9 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
rand = { version = "0.8.5", features = ["small_rng"] }
1212
getrandom = { version = "0.2.7", features = ["js"] }
13-
wasm-bindgen = "0.2.82"
14-
web-sys = { version = "0.3.59", features = ["Window"] }
15-
sauron = "0.50.3"
13+
sauron = "0.57.4"
1614

1715
[profile.release]
1816
lto = true
File renamed without changes.

0 commit comments

Comments
 (0)