Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed May 25, 2016
1 parent 559352b commit 646a65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/response/droplet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use response::{self, Backup, Image, Kernel, NamedResponse, Networks, Region, Siz
// Remember to update DropletNeighbor
#[derive(Deserialize, Debug)]
pub struct Droplet {
pub id: f64,
pub id: u64,
pub name: String,
pub memory: f64,
pub vcpus: f64,
Expand Down

0 comments on commit 646a65c

Please sign in to comment.