summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-13 20:42:39 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-10-13 20:54:46 +0200
commitc6c68d823e90ea0323e0fc39cd2621afe63a511f (patch)
tree5be56008dad5062bcaeff5966849237ce8793f6d /examples
parent904f0bbebe7661a801414317aa2b6faf82752dd9 (diff)
Implement version / constraint parsing
Diffstat (limited to 'examples')
-rw-r--r--examples/packages/example_1/pkgA/pkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/packages/example_1/pkgA/pkg.toml b/examples/packages/example_1/pkgA/pkg.toml
index 056a0f7..4d9d0bf 100644
--- a/examples/packages/example_1/pkgA/pkg.toml
+++ b/examples/packages/example_1/pkgA/pkg.toml
@@ -2,7 +2,7 @@ name = "pkgA"
version = "1.0.0"
[dependencies]
-runtime = [ "pkgB-1.0.0" ]
+runtime = [ "pkgB =1.0.0" ]
[source]
url = "http://somerandomthi.ng/foo/bar.tar.gz"