Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Do not hard-code useragent version #44

@0xazure

Description

@0xazure

Currently, we hard-code the UserAgent header with a String value containing supernova's version triplet here:

headers.set(UserAgent::new("supernova/0.1.0"));

This should instead be generated at compile-time based on data from Cargo.toml using the env variables cargo exports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions