fix(runtime): explicitly use carrot in version spec
This commit is contained in:
parent
f0f0d4e626
commit
54cddfa562
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ doctest = false
|
|||
[dependencies]
|
||||
oyster_builtin_proc = { version = "0.0.0", path = "../oyster_builtin_proc" }
|
||||
oyster_parser = { version = "0.0.0", path = "../oyster_parser" }
|
||||
thiserror = "1.0.35"
|
||||
thiserror = "^1.0.35"
|
||||
|
||||
[dependencies.nix]
|
||||
version = "~0.25.0"
|
||||
|
|
Loading…
Reference in a new issue