We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f9952 commit 2b26abbCopy full SHA for 2b26abb
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## CHANGELOG
2
3
+### v0.1.9 (2020-11-27)
4
+
5
+* Upgrade c_fsio to 0.1.3
6
7
### v0.1.8
8
9
* Test memory leaks in CI
CMakeLists.txt
@@ -32,7 +32,7 @@ macro(add_external_lib)
32
)
33
endmacro(add_external_lib)
34
add_external_lib("string_buffer" "v0.1.4")
35
-add_external_lib("fsio" "v0.1.2")
+add_external_lib("fsio" "v0.1.3")
36
37
include_directories(include "${STRING_BUFFER_INCLUDE}" "${FSIO_INCLUDE}")
38
0 commit comments