-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
1 parent
fc08864
commit 4db16ec
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Don't inherit from workspace as this is parsed by flowc for MetaData and it is not workspace inheritance aware | ||
name = "flowstdlib" | ||
description = "The standard library of functions and flows for 'flow' programs" | ||
version = "0.61.0" | ||
version = "0.70.0" | ||
authors = ["Andrew Mackenzie <[email protected]>"] | ||
# Inherit the others that is not parsed by flowc | ||
license.workspace = true | ||
|
@@ -30,8 +30,8 @@ default = [] | |
wasm = [] | ||
|
||
[dependencies] | ||
flowmacro = {path = "../flowmacro", version = "0.61.0" } | ||
flowcore = {path = "../flowcore", version = "0.61.0" } | ||
flowmacro = {path = "../flowmacro", version = "0.70.0" } | ||
flowcore = {path = "../flowcore", version = "0.70.0" } | ||
simpath = { version = "~2.3", features = ["urls"]} | ||
url = { version = "2.2", features = ["serde"] } | ||
serde_json = "1.0" | ||
|