File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,14 @@ publish = false
11
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
12
13
13
[dependencies ]
14
+ stackable-opa-regorule-library = { path = " ../regorule-library" }
15
+
14
16
axum.workspace = true
15
17
clap.workspace = true
16
18
flate2.workspace = true
17
19
futures.workspace = true
18
20
hyper.workspace = true
19
21
snafu.workspace = true
20
- stackable-opa-regorule-library = { version = " 0.0.0-dev" , path = " ../regorule-library" }
21
22
stackable-operator.workspace = true
22
23
tar.workspace = true
23
24
tokio.workspace = true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This library should *not* contain rules that only concern one SDP product. Those
10
10
11
11
All regorules exposed by this library should be versioned, according to Kubernetes conventions.
12
12
13
- This version covers _ breaking changes to the interface _ , not the implementation. If a proposed change breaks existing clients,
13
+ This version covers * breaking changes to the interface * , not the implementation. If a proposed change breaks existing clients,
14
14
add a new version. Otherwise, change the latest version inline.
15
15
16
16
Ideally, old versions should be implemented on top of newer versions, rather than carry independent implementations.
You can’t perform that action at this time.
0 commit comments