aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/project.conf b/project.conf
index 5d4e5cb..ae1d2b0 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "sibs"
type = "executable"
-version = "0.2.0"
+version = "0.3.0"
authors = ["DEC05EBA <0xdec05eba@gmail.com>"]
platforms = ["any"]
@@ -9,6 +9,6 @@ platforms = ["any"]
ignore_dirs = ["cmake", "cmake-build-debug", "build", "distribute", "examples", "msvc", "cmake_msvc"]
[dependencies]
-libcurl = "7"
-libarchive = "3"
-libgit2 = "0.24.0" \ No newline at end of file
+libcurl = ">=7"
+libarchive = ">=3"
+libgit2 = ">=0.24.0"