@@ -12,7 +12,7 @@ members = [
1212]
1313
1414[workspace .package ]
15- version = " 0.6 .0"
15+ version = " 0.7 .0"
1616edition = " 2024"
1717license = " MIT"
1818authors = [
" Bruno Felipe Leal Delfino <[email protected] >" ]
@@ -24,13 +24,13 @@ assert_matches = "1.5.0"
2424async-trait = " 0.1.66"
2525either = " 1.8.1"
2626futures = " 0.3.26"
27- kct_cli = { path = " ./crates/kct_cli" , version = " =0.6 .0" }
28- kct_compiler = { path = " ./crates/kct_compiler" , version = " =0.6 .0" }
29- kct_helper = { path = " ./crates/kct_helper" , version = " =0.6 .0" }
30- kct_jsonnet = { path = " ./crates/kct_jsonnet" , version = " =0.6 .0" }
31- kct_kube = { path = " ./crates/kct_kube" , version = " =0.6 .0" }
32- kct_package = { path = " ./crates/kct_package" , version = " =0.6 .0" }
33- kct_testing = { path = " ./crates/kct_testing" , version = " =0.6 .0" }
27+ kct_cli = { path = " ./crates/kct_cli" , version = " =0.7 .0" }
28+ kct_compiler = { path = " ./crates/kct_compiler" , version = " =0.7 .0" }
29+ kct_helper = { path = " ./crates/kct_helper" , version = " =0.7 .0" }
30+ kct_jsonnet = { path = " ./crates/kct_jsonnet" , version = " =0.7 .0" }
31+ kct_kube = { path = " ./crates/kct_kube" , version = " =0.7 .0" }
32+ kct_package = { path = " ./crates/kct_package" , version = " =0.7 .0" }
33+ kct_testing = { path = " ./crates/kct_testing" , version = " =0.7 .0" }
3434serde_json = " 1.0.94"
3535serde_yaml = " 0.8"
3636tera = " 1.17.1"
0 commit comments