Skip to content

Commit

Permalink
Update monotrail
Browse files Browse the repository at this point in the history
Fixes #624

Fixes #647
  • Loading branch information
mitsuhiko committed Feb 12, 2024
1 parent 7986609 commit 9362945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rye/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nix = { version = "0.27.1", default-features = false, features = ["process"] }
once_cell = "1.17.1"
pathdiff = "0.2.1"
pep440_rs = "0.4.0"
pep508_rs = "0.2.1"
pep508_rs = "0.3.0"
regex = "1.8.1"
same-file = "1.0.6"
serde = { version = "1.0.160", features = ["derive"] }
Expand All @@ -55,7 +55,7 @@ bzip2 = "0.4.4"
zip = { version = "0.6.5", features = ["deflate"], default-features = false }
self-replace = "1.3.5"
configparser = "3.0.2"
monotrail-utils = { git = "https://github.com/konstin/poc-monotrail", rev = "136807e1fe87e9319e0223f76b602ba5db881322" }
monotrail-utils = { git = "https://github.com/konstin/poc-monotrail", rev = "e0251f68c254f834180198b8677fcf85d4b6a844" }
python-pkginfo = { version = "0.6.0", features = ["serde"] }
sysinfo = { version = "0.29.4", default-features = false, features = [] }
home = "0.5.9"
Expand Down

0 comments on commit 9362945

Please sign in to comment.