Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ft/Made model's field public #81

Merged
merged 4 commits into from
Apr 2, 2024
Merged

Conversation

0xCAB0
Copy link
Member

@0xCAB0 0xCAB0 commented Apr 2, 2024

No description provided.

@0xCAB0 0xCAB0 linked an issue Apr 2, 2024 that may be closed by this pull request
@0xCAB0 0xCAB0 changed the base branch from main to develop April 2, 2024 18:28
@0xCAB0 0xCAB0 requested a review from pxp9 April 2, 2024 18:54
Copy link
Contributor

@pxp9 pxp9 left a comment

Choose a reason for hiding this comment

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

LGTM

@pxp9 pxp9 merged commit 40b8084 into develop Apr 2, 2024
6 checks passed
@0xCAB0 0xCAB0 deleted the 80-private-field-on-advanceduser branch April 2, 2024 19:00
pxp9 pushed a commit that referenced this pull request Apr 2, 2024
* ci(actions): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(cargo): update typed-builder requirement from 0.16 to 0.18

Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version.
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)

---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(cargo): update redis requirement from 0.23.2 to 0.24.0

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.23.2...redis-0.24.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Ft/Made model's field public (#81)

* Made public all model's fields

* Fixed clippy

* Added docs

* Small changes in docs for queries.rs

* Added workflow

* Bumping to v0.8.7

* removed the -p option from cargo publish

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

Private field on AdvancedUser
2 participants