Skip to content

Commit 606be47

Browse files
committed
Consistency
1 parent dfd64cb commit 606be47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rust/bundle-builder/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ publish = false
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14+
stackable-opa-regorule-library = { path = "../regorule-library" }
15+
1416
axum.workspace = true
1517
clap.workspace = true
1618
flate2.workspace = true
1719
futures.workspace = true
1820
hyper.workspace = true
1921
snafu.workspace = true
20-
stackable-opa-regorule-library = { version = "0.0.0-dev", path = "../regorule-library" }
2122
stackable-operator.workspace = true
2223
tar.workspace = true
2324
tokio.workspace = true

rust/regorule-library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library should *not* contain rules that only concern one SDP product. Those
1010

1111
All regorules exposed by this library should be versioned, according to Kubernetes conventions.
1212

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,
1414
add a new version. Otherwise, change the latest version inline.
1515

1616
Ideally, old versions should be implemented on top of newer versions, rather than carry independent implementations.

0 commit comments

Comments
 (0)