When specifying dependencies from git repositories in Cargo, a tag key can be provided.
[dependencies]
driverbase = { git = "https://github.com/adbc-drivers/driverbase-rs.git", tag = "0.1.0" }
Tagging would allow drivers to easily specify the version of driverbase-rs that is compatible with their arrow* dependencies.
When specifying dependencies from
gitrepositories in Cargo, atagkey can be provided.Tagging would allow drivers to easily specify the version of
driverbase-rsthat is compatible with theirarrow*dependencies.