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

Add stream_by_subject #1287

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Add stream_by_subject #1287

merged 4 commits into from
Jul 26, 2024

Commits on Jul 25, 2024

  1. Add stream_by_subject

    Signed-off-by: Tomasz Pietrek <[email protected]>
    Jarema committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    12d8c0e View commit details
    Browse the repository at this point in the history
  2. Improve subject validation

    Signed-off-by: Tomasz Pietrek <[email protected]>
    Jarema committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    56f7572 View commit details
    Browse the repository at this point in the history
  3. Bump msrv

    Signed-off-by: Tomasz Pietrek <[email protected]>
    Jarema committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    139749d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Bump time crate version

    Version 0.3.24 was causing error on minimal versions check:
    
    ```
      --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.24/src/format_description/parse/mod.rs:83:9
       |
    83 |     let items = format_items
       |         ^^^^^
    ...
    86 |     Ok(items.into())
       |              ---- type must be known at this point
       |
    help: consider giving `items` an explicit type, where the placeholders `_` are specified
       |
    83 |     let items: Box<_> = format_items
       |              ++++++++
    ```
    
    Signed-off-by: Tomasz Pietrek <[email protected]>
    Jarema committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5a712b1 View commit details
    Browse the repository at this point in the history