Skip to content

Commit

Permalink
misc: add snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Feb 9, 2024
1 parent 24a64b5 commit 8145cfa
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
source: crates/rattler_installs_packages/src/artifacts/sdist.rs
expression: direct_url_json
---
Some(
DirectUrlJson {
url: Url {
scheme: "https",
cannot_be_a_base: false,
username: "",
password: None,
host: Some(
Domain(
"github.com",
),
),
port: None,
path: "/mahmoud/boltons.git",
query: None,
fragment: None,
},
source: Vcs {
vcs: Git,
requested_revision: Some(
"47c8046492d4db49f163bb977d20d5942e4ddb25",
),
commit_id: "47c8046492d4db49f163bb977d20d5942e4ddb25",
},
},
)

0 comments on commit 8145cfa

Please sign in to comment.