Coder Social home page Coder Social logo

Comments (4)

evaporei avatar evaporei commented on August 26, 2024

I've also tried installing cargo-edit to run cargo add async-std so it did this:

╭─otaviopace at mettaton in /Users/otaviopace/colmeia (master ✔)
╰─λ cargo add async-std                                                                                                         fish-0 | 101 < 02:31:23
    Updating 'https://github.com/rust-lang/crates.io-index' index
      Adding async-std v1.6.0 to dependencies
╭─otaviopace at mettaton in /Users/otaviopace/colmeia (master ✚1)
╰─λ git diff                                                                                                                      fish-0 | 0 < 02:31:25
diff --git a/Cargo.toml b/Cargo.toml
index 5a8130a..68bf163 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,9 +26,9 @@ path = 'colmeia-dat1-mdns'
 path = 'colmeia-dat1-proto'

 [dependencies.async-std]
-git = 'https://github.com/async-std/async-std'
 branch = 'fix-atomic-32'
 features = ['unstable']
+version = "1.6.0"

 [dependencies.colmeia-dat1-core]
 path = 'colmeia-dat1-core'

But still with that update from looking directly into master branch to using the version 1.6.0, it didn't work 😕

from colmeia.

bltavares avatar bltavares commented on August 26, 2024

Could you try again?

When updating the code to work with openwrt, the dependency was pointing to a git branch, that has been since deleted.

Now pointing to async-std 1.6.0 without any patches it should work.

from colmeia.

evaporei avatar evaporei commented on August 26, 2024

I think what you've done fixed the issue for async-std 🎉 , however the same thing is happening for bitfield-rle now 😕

╭─otaviopace at mettaton in /Users/otaviopace/colmeia (master ✔)
╰─λ cargo build                                                                                                                   fish-0 | 0 < 10:52:36
    Updating git repository `https://github.com/bltavares/bitfield-rle`
error: failed to get `bitfield-rle` as a dependency of package `colmeia-dat1 v0.1.0 (/Users/otaviopace/colmeia/colmeia-dat1)`

Caused by:
  failed to load source for dependency `bitfield-rle`

Caused by:
  Unable to update https://github.com/bltavares/bitfield-rle?branch=failure-into-stderr#8d7c6148

Caused by:
  revspec '8d7c6148795513605445f096e24ac7e0c3af48ce' not found; class=Reference (4); code=NotFound (-3)

from colmeia.

evaporei avatar evaporei commented on August 26, 2024

I've fixed the issue by changing to comeia-dat1 directory and running cargo add bitfield-rle 😊

from colmeia.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.