summaryrefslogtreecommitdiffstats
path: root/doc/src/03020-writing-modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/03020-writing-modules.md')
-rw-r--r--doc/src/03020-writing-modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/03020-writing-modules.md b/doc/src/03020-writing-modules.md
index 043d494c..313573f4 100644
--- a/doc/src/03020-writing-modules.md
+++ b/doc/src/03020-writing-modules.md
@@ -48,7 +48,7 @@ first dependency here.
3. Put `libimagstore` as a dependency in the
`/lib/domain/libimagnumberstorage/Cargo.toml` file.
By using
- `libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }`
+ `libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }`
we automatically get all the goodness of Cargo, so that releases
automagically work as expected, but when developing locally, the local
version of `libimagstore` is used.