Skip to content

Commit 2fe712e

Browse files
patch?
1 parent 0ac0f19 commit 2fe712e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.evergreen/MSRV-Cargo.toml.diff

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
--- Cargo.toml 2024-12-12 10:00:04
2-
+++ Cargo.toml.msrv 2024-12-12 10:20:57
3-
@@ -57,6 +57,7 @@
1+
diff --git a/Cargo.toml b/Cargo.toml
2+
index 6f163c0..2ea30d1 100644
3+
--- a/Cargo.toml
4+
+++ b/Cargo.toml
5+
@@ -57,6 +57,7 @@ name = "bson"
46

57
[dependencies]
68
ahash = "0.8.0"
79
+bumpalo = "=3.14.0"
810
chrono = { version = "0.4.15", features = ["std"], default-features = false, optional = true }
911
rand = "0.8"
1012
serde = { version = "1.0", features = ["derive"] }
13+
@@ -77,6 +78,7 @@ serde_path_to_error = { version = "0.1.16", optional = true }
14+
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
15+
js-sys = "0.3"
16+
uuid = { version = "1.1.2", features = ["serde", "v4", "js"] }
17+
+getrandom = "=0.2"
18+
19+
[dev-dependencies]
20+
assert_matches = "1.2"

0 commit comments

Comments
 (0)