You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ This library is an extension for the API of Binance. It is designed for writing
10
10
<br /> More performance boosting features are planned to be added in the future. One of them is `constexpr` for string concatenation after the release of C++20.
11
11
# Dependencies
12
12
13
-
1.[JsonCPP](https://github.com/open-source-parsers/jsoncpp) (latest version tested: jsoncpp 1.9.3)
14
-
2.[CURL](https://curl.haxx.se) (latest version tested: curl 7.72.0)
15
-
3.[Boost/Beast websockets](https://github.com/boostorg/beast) (latest version tested: boost-1.73.0)
13
+
1.[JsonCPP](https://github.com/open-source-parsers/jsoncpp) (latest version tested: **jsoncpp 1.9.3**)
14
+
2.[CURL](https://curl.haxx.se) (latest version tested: **curl 7.72.0**)
15
+
3.[Boost/Beast websockets](https://github.com/boostorg/beast) (latest version tested: **boost-1.73.0**)
16
16
17
17
These 3 must be installed in order to use the library.
0 commit comments