Skip to content

feat: change listen func to be less restrictive#4

Merged
richardbrodie merged 4 commits into
mainfrom
change_listen_to_trait_object
May 27, 2026
Merged

feat: change listen func to be less restrictive#4
richardbrodie merged 4 commits into
mainfrom
change_listen_to_trait_object

Conversation

@richardbrodie

Copy link
Copy Markdown
Contributor

Watcher::listen should take impl CoreApi instead of a concrete Enforcer, this allows us to use CachedEnforcer

@richardbrodie richardbrodie requested a review from byrnedo May 27, 2026 11:39
Comment thread Cargo.toml Outdated
sqlx = { version = "0", features = ["postgres", "runtime-tokio", "migrate"] }
thiserror = "2"
tokio = { version = "1", features = ["macros", "sync", "rt-multi-thread", "time"] }
tracing = "0.1.44"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont pin I think since it strong arms importers right? so like "0" instead. Unless cargo is smart

@richardbrodie richardbrodie merged commit 1de1517 into main May 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants