Replies: 1 comment 3 replies
-
Seems odd. Have you tried to run any of those examples in the repo? They should run. Do you have The I have Rust 1.60 and I can run any of those examples in the utoipa repo without issues. Also witch operating system you are using? Although it should work with any of them. Also if you have just changed or upgraded some dependencies versions you might try to run |
Beta Was this translation helpful? Give feedback.
-
When I try and build and include utoipa as a dependency either version 0.2.0 or the new 1.0.2 I get this error
error[E0599]: no method named
valuefound for struct
LitBool` in the current scope--> /Users/mikeslyter/.cargo/registry/src/github.com-1ecc6299db9ec823/utoipa-gen-1.0.2/src/lib.rs:1222:42
|
1222 | Ok(input.parse::()?.value())
| ^^^^^-- help: remove the arguments
| |
| field, not a method
`
Is this a know issue? I am using rust 1.60.0
Beta Was this translation helpful? Give feedback.
All reactions