I'm afraid I haven't looked into updating it for newer versions of the dependencies. One approach would be to look at the docs for the version I used, and compare it with the docs for the current version you're trying to use. docs.rs will let you look at older versions, or you can run cargo doc to build them locally.
Re: Some questions regarding to run the program locally
Date: 2023-08-31 09:23 pm (UTC)I'm afraid I haven't looked into updating it for newer versions of the dependencies. One approach would be to look at the docs for the version I used, and compare it with the docs for the current version you're trying to use. docs.rs will let you look at older versions, or you can run
cargo doc
to build them locally.