Skip to content

Commit 1158ecd

Browse files
authored
Pin nlohmann_json to 3.12.0 (#291)
* Pin nlohmann_json to 3.12.0
1 parent baf3bb7 commit 1158ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
# Host dependencies
1010
- xeus>=5.0.0
1111
- xeus-zmq<4.0
12-
- nlohmann_json=3.11.3
12+
- nlohmann_json=3.12.0
1313
- CppInterOp
1414
- pugixml
1515
- cpp-argparse>=3.0,<4.0

environment-wasm-host.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- https://repo.prefix.dev/emscripten-forge-dev
44
- https://repo.mamba.pm/conda-forge
55
dependencies:
6-
- nlohmann_json=3.11.3
6+
- nlohmann_json=3.12.0
77
- xeus-lite
88
- xeus
99
- CppInterOp

0 commit comments

Comments
 (0)