{"id":17056527,"url":"https://github.com/fuzzypixelz/zenoh-tilde-req-poc","last_synced_at":"2025-06-15T04:06:59.105Z","repository":{"id":223472030,"uuid":"760391689","full_name":"fuzzypixelz/zenoh-tilde-req-poc","owner":"fuzzypixelz","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-20T11:49:03.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T06:41:33.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuzzypixelz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-20T10:34:00.000Z","updated_at":"2025-01-03T14:06:00.000Z","dependencies_parsed_at":"2024-02-20T12:42:50.197Z","dependency_job_id":null,"html_url":"https://github.com/fuzzypixelz/zenoh-tilde-req-poc","commit_stats":null,"previous_names":["fuzzypixelz/zenoh-tilde-req-poc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fuzzypixelz/zenoh-tilde-req-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzypixelz%2Fzenoh-tilde-req-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzypixelz%2Fzenoh-tilde-req-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzypixelz%2Fzenoh-tilde-req-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzypixelz%2Fzenoh-tilde-req-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuzzypixelz","download_url":"https://codeload.github.com/fuzzypixelz/zenoh-tilde-req-poc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzypixelz%2Fzenoh-tilde-req-poc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259919455,"owners_count":22932072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T10:24:46.216Z","updated_at":"2025-06-15T04:06:59.088Z","avatar_url":"https://github.com/fuzzypixelz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zenoh \"Tilde\" version requirement (e.g. `~4.4`) proof of concept\n\nFrom [Dependency Resolution](https://doc.rust-lang.org/cargo/reference/resolver.html):\n\n\u003e Avoid overly narrow version requirements if possible. For example, if you\n\u003e specify a tilde requirement like `bar=\"~1.3\"`, and another package specifies a\n\u003e requirement of `bar=\"1.4\"`, this will fail to resolve, even though minor\n\u003e releases should be compatible.\n\nRunning `cargo +nightly -Z bindeps tree` fails with:\n\n```text\nerror: failed to select a version for `clap`.\n    ... required by package `zenohd v0.11.0-dev (/path/to/zenoh-tilde-req-poc/zenoh/zenohd)`\n    ... which satisfies path dependency `zenohd` (locked to 0.11.0-dev) of package `zenoh-tilde-req-poc v0.1.0 (/path/to/zenoh-tilde-req-poc)`\nversions that meet the requirements `~4.4` are: 4.4.18, 4.4.17, 4.4.16, 4.4.15, 4.4.14, 4.4.13, 4.4.12, 4.4.11, 4.4.10, 4.4.9, 4.4.8, 4.4.7, 4.4.6, 4.4.5, 4.4.4, 4.4.3, 4.4.2, 4.4.1, 4.4.0\n\nall possible versions conflict with previously selected packages.\n\n  previously selected package `clap v4.5.1`\n    ... which satisfies dependency `clap = \"^4.5.1\"` of package `zenoh-tilde-req-poc v0.1.0 (/path/to/zenoh-tilde-req-poc)`\n\nfailed to select a version for `clap` which could resolve this conflict\n```\n\nThis is because zenohd's clap version is set to `~4.4`, while this crate\nspecifies `4.5.1`. This illustrates that pinning the minor (or patch) of\ndependency version can easily cause the Cargo resolver to fail in user crates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuzzypixelz%2Fzenoh-tilde-req-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuzzypixelz%2Fzenoh-tilde-req-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuzzypixelz%2Fzenoh-tilde-req-poc/lists"}