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

Bump dependency on vcell to version 0.1.3 #83

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Bump dependency on vcell to version 0.1.3

    The depenency used to be on version 0.1.0, but the pac doesn't actually
    compile with that version:
    
    ```
    error[E0599]: no method named `as_ptr` found for struct `vcell::VolatileCell` in the current scope
       --> src/generic.rs:101:23
        |
    101 |         self.register.as_ptr()
        |                       ^^^^^^ method not found in `VolatileCell<<REG as RegisterSpec>::Ux>`
    ```
    
    `as_ptr` was added in version 0.1.1 of vcell, but that version is marked
    as yanked for unknown reasons. (japaric/vcell#13)
    
    Version 0.1.2 would have been another option, but 0.1.3 contains a fix for
    japaric/vcell#5 which looks important.
    jannic committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cfb0c4c View commit details
    Browse the repository at this point in the history