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

sea-orm-cli 0.11.2 regex bug #1608

Closed
RustLoverTheCoder opened this issue Apr 23, 2023 · 1 comment
Closed

sea-orm-cli 0.11.2 regex bug #1608

RustLoverTheCoder opened this issue Apr 23, 2023 · 1 comment
Assignees

Comments

@RustLoverTheCoder
Copy link

Description

update sea-orm-cli 0.11.0 -> 0.11.2
regex bug

Steps to Reproduce

  1. cargo install sea-orm-cli
  2. sea-orm-cli 0.11.0 -> 0.11.2
  3. sea-orm-cli generate entity --with-serde both -o entity/src/entities
  4. regex bug

Versions

sea-orm-cli 0.11.2

@billy1624
Copy link
Member

Hey @Toursslivers, thanks for letting us know. This has been fixed by the tracing team: tokio-rs/tracing#2566.

Please reinstall the sea-orm-cli and it should be working just fine.

cargo install sea-orm-cli --force

Please re-open this if you still encountered any difficulties :)

@billy1624 billy1624 self-assigned this Apr 24, 2023
tgeoghegan added a commit to divviup/divviup-api that referenced this issue May 2, 2023
`sea-orm-migration` 0.11.2 pulls in a version of `tracing-subscriber`
with a bug that stops migrations from working. See [1], [2], [3] for
context.

[1]: https://github.com/SeaQL/sea-orm/releases/tag/0.11.3
[2]: SeaQL/sea-orm#1608
[3]: tokio-rs/tracing#2566
tgeoghegan added a commit to divviup/divviup-api that referenced this issue May 2, 2023
`sea-orm-migration` 0.11.2 pulls in a version of `tracing-subscriber`
with a bug that stops migrations from working. See [1], [2], [3] for
context.

[1]: https://github.com/SeaQL/sea-orm/releases/tag/0.11.3
[2]: SeaQL/sea-orm#1608
[3]: tokio-rs/tracing#2566
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

No branches or pull requests

2 participants