diff --git a/Cargo.lock b/Cargo.lock index 55aae90..5d69a56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "meamer-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", @@ -544,7 +544,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "operator" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "petgraph", @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "plangenerator" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "operator", @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "rml-interpreter" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "shexml-interpreter" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "chumsky", @@ -1001,7 +1001,7 @@ dependencies = [ [[package]] name = "translator" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", @@ -1076,7 +1076,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vocab" -version = "0.1.0" +version = "0.2.0" [[package]] name = "walkdir" diff --git a/Cargo.toml b/Cargo.toml index c0b1d65..fc9b562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meamer-rs" -version = "0.1.0" +version = "0.2.0" edition = "2021" diff --git a/operator/Cargo.toml b/operator/Cargo.toml index b091ab2..94bff82 100644 --- a/operator/Cargo.toml +++ b/operator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "operator" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plangenerator/Cargo.toml b/plangenerator/Cargo.toml index 45527fd..35057ac 100644 --- a/plangenerator/Cargo.toml +++ b/plangenerator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plangenerator" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rml-interpreter/Cargo.toml b/rml-interpreter/Cargo.toml index 39c765d..7fb1b26 100644 --- a/rml-interpreter/Cargo.toml +++ b/rml-interpreter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rml-interpreter" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/shexml-interpreter/Cargo.toml b/shexml-interpreter/Cargo.toml index ce60541..477f25a 100644 --- a/shexml-interpreter/Cargo.toml +++ b/shexml-interpreter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shexml-interpreter" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/translator/Cargo.toml b/translator/Cargo.toml index 795215a..369880f 100644 --- a/translator/Cargo.toml +++ b/translator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "translator" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/vocab/Cargo.toml b/vocab/Cargo.toml index 5d6494b..825c08e 100644 --- a/vocab/Cargo.toml +++ b/vocab/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vocab" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html