Skip to content

Commit

Permalink
hakari, less pub interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed May 31, 2024
1 parent 63ca0a0 commit 805c090
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nexus/auth/src/authz/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl Context {
Context { authn, authz, datastore }
}

pub fn datastore(&self) -> &Arc<dyn Storage> {
pub(crate) fn datastore(&self) -> &Arc<dyn Storage> {
&self.datastore
}

Expand Down
1 change: 1 addition & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ tracing = { version = "0.1.40", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
unicode-bidi = { version = "0.3.15" }
unicode-normalization = { version = "0.1.23" }
unicode-xid = { version = "0.2.4" }
usdt = { version = "0.5.0" }
usdt-impl = { version = "0.5.0", default-features = false, features = ["asm", "des"] }
uuid = { version = "1.8.0", features = ["serde", "v4"] }
Expand Down

0 comments on commit 805c090

Please sign in to comment.